#90DC3F

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

Shades of Atlantis #90DC3F

Tints of Atlantis #90DC3F

Color information

#90DC3F (or 0x90DC3F) is unknown color: approx Atlantis. HEX triplet: 90, DC and 3F. RGB value is (144,220,63). Sum of RGB (Red+Green+Blue) = 144+220+63=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DC3F is #6F23C0. Grayscale: #B3B3B3. Windows color (decimal): -7283649 or 4185232. OLE color: 4185232.

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

Color convert

RGB14422063-
CMYK0.3500.710.14
HSL89.04º69.16%55.49%-
HSV(B)89.04º71.36%86.27%-
XYZ37.9957.4713.79-
YUV179.3862.32102.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 220 (86.33% from 255) = 51.52%
BLUE value IS 63 (25% from 255) = 14.75%
R=33.72%
G=51.52%
B=14.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal144220630.3500.710.1489.0469.1655.49
Hex90DC3F23047E594537
Octal220334774301071613110567
Binary100100001101110011111110001101000111111010110011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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