#90D64D

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

Shades of Atlantis #90D64D

Tints of Atlantis #90D64D

Color information

#90D64D (or 0x90D64D) is unknown color: approx Atlantis. HEX triplet: 90, D6 and 4D. RGB value is (144,214,77). Sum of RGB (Red+Green+Blue) = 144+214+77=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #90D64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D64D is #6F29B2. Grayscale: #B1B1B1. Windows color (decimal): -7285171 or 5101200. OLE color: 5101200.

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

Color convert

RGB14421477-
CMYK0.3300.640.16
HSL90.66º62.56%57.06%-
HSV(B)90.66º64.02%83.92%-
XYZ36.8954.5615.61-
YUV177.4571.31104.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 214 (83.98% from 255) = 49.20%
BLUE value IS 77 (30.47% from 255) = 17.70%
R=33.10%
G=49.20%
B=17.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal144214770.3300.640.1690.6662.5657.06
Hex90D64D21040105b3f39
Octal220326115410100201337771
Binary1001000011010110100110110000101000000100001011011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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