#90DC4D

Color #90DC4D Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #90DC4D

Tints of Atlantis #90DC4D

Color information

#90DC4D (or 0x90DC4D) is unknown color: approx Atlantis. HEX triplet: 90, DC and 4D. RGB value is (144,220,77). Sum of RGB (Red+Green+Blue) = 144+220+77=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DC4D is #6F23B2. Grayscale: #B5B5B5. Windows color (decimal): -7283635 or 5102736. OLE color: 5102736.

HSL color Cylindrical-coordinate representation of color #90DC4D: hue angle of 91.89º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90DC4D is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB14422077-
CMYK0.3500.650.14
HSL91.89º67.14%58.24%-
HSV(B)91.89º65%86.27%-
XYZ38.4357.6516.12-
YUV180.9769.32101.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 220 (86.33% from 255) = 49.89%
BLUE value IS 77 (30.47% from 255) = 17.46%
R=32.65%
G=49.89%
B=17.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal144220770.3500.650.1491.8967.1458.24
Hex90DC4D23041E5c433a
Octal2203341154301011613410372
Binary1001000011011100100110110001101000001111010111001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90DC4D; }

 p { color: rgb(144,220,77); }

 H1.HeaderClassName
 {
   color: #90DC4D;
 }
 .AnyTagClassName
 {
   color: #90DC4D;
 }
</style>
background-color css

<style>
 a { background-color: #90DC4D; }

 a { background-color: rgb(144,220,77); }

 div.DivClassName
 {
   background-color: #90DC4D;
 }
 .BgClassName
 {
   background-color: #90DC4D;
 }
</style>
border-color css

<style>
 span { border-color: #90DC4D; }

 span { border-color: rgb(144,220,77); }

 td.TdClassName
 {
   border-color: #90DC4D;
 }
 .TagClassName
 {
   border-color: #90DC4D;
 }
</style>