#90CE38

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

Shades of Atlantis #90CE38

Tints of Atlantis #90CE38

Color information

#90CE38 (or 0x90CE38) is unknown color: approx Atlantis. HEX triplet: 90, CE and 38. RGB value is (144,206,56). Sum of RGB (Red+Green+Blue) = 144+206+56=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CE38 is #6F31C7. Grayscale: #AAAAAA. Windows color (decimal): -7287240 or 3722896. OLE color: 3722896.

HSL color Cylindrical-coordinate representation of color #90CE38: hue angle of 84.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90CE38 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB14420656-
CMYK0.3000.730.19
HSL84.8º60.48%51.37%-
HSV(B)84.8º72.82%80.78%-
XYZ34.2950.3611.65-
YUV170.3663.46109.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 206 (80.86% from 255) = 50.74%
BLUE value IS 56 (22.27% from 255) = 13.79%
R=35.47%
G=50.74%
B=13.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal144206560.3000.730.1984.860.4851.37
Hex90CE381E04913553c33
Octal22031670360111231257463
Binary10010000110011101110001111001001001100111010101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,206,56); }

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

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

 a { background-color: rgb(144,206,56); }

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

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

 span { border-color: rgb(144,206,56); }

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