#90D84B

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

Shades of Atlantis #90D84B

Tints of Atlantis #90D84B

Color information

#90D84B (or 0x90D84B) is unknown color: approx Atlantis. HEX triplet: 90, D8 and 4B. RGB value is (144,216,75). Sum of RGB (Red+Green+Blue) = 144+216+75=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #90D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D84B is #6F27B4. Grayscale: #B2B2B2. Windows color (decimal): -7284661 or 4970640. OLE color: 4970640.

HSL color Cylindrical-coordinate representation of color #90D84B: hue angle of 90.64º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90D84B is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB14421675-
CMYK0.3300.650.15
HSL90.64º64.38%57.06%-
HSV(B)90.64º65.28%84.71%-
XYZ37.3355.5515.41-
YUV178.469.65103.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 216 (84.77% from 255) = 49.66%
BLUE value IS 75 (29.69% from 255) = 17.24%
R=33.10%
G=49.66%
B=17.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144216750.3300.650.1590.6464.3857.06
Hex90D84B21041F5b4039
Octal2203301134101011713310071
Binary1001000011011000100101110000101000001111110110111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,216,75); }

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

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

 a { background-color: rgb(144,216,75); }

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

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

 span { border-color: rgb(144,216,75); }

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