#90DC47

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

Shades of Atlantis #90DC47

Tints of Atlantis #90DC47

Color information

#90DC47 (or 0x90DC47) is unknown color: approx Atlantis. HEX triplet: 90, DC and 47. RGB value is (144,220,71). Sum of RGB (Red+Green+Blue) = 144+220+71=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DC47 is #6F23B8. Grayscale: #B4B4B4. Windows color (decimal): -7283641 or 4709520. OLE color: 4709520.

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

Color convert

RGB14422071-
CMYK0.3500.680.14
HSL90.6º68.04%57.06%-
HSV(B)90.6º67.73%86.27%-
XYZ38.2357.5715.06-
YUV180.2966.32102.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 220 (86.33% from 255) = 50.57%
BLUE value IS 71 (28.12% from 255) = 16.32%
R=33.10%
G=50.57%
B=16.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal144220710.3500.680.1490.668.0457.06
Hex90DC4723044E5b4439
Octal2203341074301041613310471
Binary1001000011011100100011110001101000100111010110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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