#90D53D

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

Shades of Atlantis #90D53D

Tints of Atlantis #90D53D

Color information

#90D53D (or 0x90D53D) is unknown color: approx Atlantis. HEX triplet: 90, D5 and 3D. RGB value is (144,213,61). Sum of RGB (Red+Green+Blue) = 144+213+61=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #90D53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D53D is #6F2AC2. Grayscale: #AFAFAF. Windows color (decimal): -7285443 or 4052368. OLE color: 4052368.

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

Color convert

RGB14421361-
CMYK0.3200.710.16
HSL87.24º64.41%53.73%-
HSV(B)87.24º71.36%83.53%-
XYZ36.1453.8512.91-
YUV175.0463.64105.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 213 (83.59% from 255) = 50.96%
BLUE value IS 61 (24.22% from 255) = 14.59%
R=34.45%
G=50.96%
B=14.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal144213610.3200.710.1687.2464.4153.73
Hex90D53D2004710574036
Octal220325754001072012710066
Binary1001000011010101111101100000010001111000010101111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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