#90D64E

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

Shades of Atlantis #90D64E

Tints of Atlantis #90D64E

Color information

#90D64E (or 0x90D64E) is unknown color: approx Atlantis. HEX triplet: 90, D6 and 4E. RGB value is (144,214,78). Sum of RGB (Red+Green+Blue) = 144+214+78=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #90D64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D64E is #6F29B1. Grayscale: #B2B2B2. Windows color (decimal): -7285170 or 5166736. OLE color: 5166736.

HSL color Cylindrical-coordinate representation of color #90D64E: hue angle of 90.88º degrees, saturation: 0.62, 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 #90D64E is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB14421478-
CMYK0.3300.640.16
HSL90.88º62.39%57.25%-
HSV(B)90.88º63.55%83.92%-
XYZ36.9254.5715.8-
YUV177.5771.81104.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 214 (83.98% from 255) = 49.08%
BLUE value IS 78 (30.86% from 255) = 17.89%
R=33.03%
G=49.08%
B=17.89%

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
Decimal144214780.3300.640.1690.8862.3957.25
Hex90D64E21040105b3e39
Octal220326116410100201337671
Binary1001000011010110100111010000101000000100001011011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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