#90D23D

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

Shades of Atlantis #90D23D

Tints of Atlantis #90D23D

Color information

#90D23D (or 0x90D23D) is unknown color: approx Atlantis. HEX triplet: 90, D2 and 3D. RGB value is (144,210,61). Sum of RGB (Red+Green+Blue) = 144+210+61=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #90D23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D23D is #6F2DC2. Grayscale: #ADADAD. Windows color (decimal): -7286211 or 4051600. OLE color: 4051600.

HSL color Cylindrical-coordinate representation of color #90D23D: hue angle of 86.58º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90D23D is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB14421061-
CMYK0.3100.710.18
HSL86.58º62.34%53.14%-
HSV(B)86.58º70.95%82.35%-
XYZ35.3952.3612.66-
YUV173.2864.63107.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 210 (82.42% from 255) = 50.60%
BLUE value IS 61 (24.22% from 255) = 14.70%
R=34.70%
G=50.60%
B=14.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal144210610.3100.710.1886.5862.3453.14
Hex90D23D1F04712573e35
Octal22032275370107221277665
Binary10010000110100101111011111101000111100101010111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,210,61); }

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

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

 a { background-color: rgb(144,210,61); }

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

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

 span { border-color: rgb(144,210,61); }

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