#90CD4D

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

Shades of Atlantis #90CD4D

Tints of Atlantis #90CD4D

Color information

#90CD4D (or 0x90CD4D) is unknown color: approx Atlantis. HEX triplet: 90, CD and 4D. RGB value is (144,205,77). Sum of RGB (Red+Green+Blue) = 144+205+77=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CD4D is #6F32B2. Grayscale: #ACACAC. Windows color (decimal): -7287475 or 5098896. OLE color: 5098896.

HSL color Cylindrical-coordinate representation of color #90CD4D: hue angle of 88.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90CD4D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB14420577-
CMYK0.3000.620.20
HSL88.59º56.14%55.29%-
HSV(B)88.59º62.44%80.39%-
XYZ34.6750.1314.87-
YUV172.1774.29107.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 205 (80.47% from 255) = 48.12%
BLUE value IS 77 (30.47% from 255) = 18.08%
R=33.80%
G=48.12%
B=18.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal144205770.3000.620.2088.5956.1455.29
Hex90CD4D1E03E14593837
Octal22031511536076241317067
Binary10010000110011011001101111100111110101001011001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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