#90C93B

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

Shades of Atlantis #90C93B

Tints of Atlantis #90C93B

Color information

#90C93B (or 0x90C93B) is unknown color: approx Atlantis. HEX triplet: 90, C9 and 3B. RGB value is (144,201,59). Sum of RGB (Red+Green+Blue) = 144+201+59=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #90C93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C93B is #6F36C4. Grayscale: #A8A8A8. Windows color (decimal): -7288517 or 3918224. OLE color: 3918224.

HSL color Cylindrical-coordinate representation of color #90C93B: hue angle of 84.08º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90C93B is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB14420159-
CMYK0.2800.710.21
HSL84.08º56.8%50.98%-
HSV(B)84.08º70.65%78.82%-
XYZ33.1848.0211.66-
YUV167.7766.62111.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 201 (78.91% from 255) = 49.75%
BLUE value IS 59 (23.44% from 255) = 14.60%
R=35.64%
G=49.75%
B=14.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144201590.2800.710.2184.0856.850.98
Hex90C93B1C04715543933
Octal22031173340107251247163
Binary10010000110010011110111110001000111101011010100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,201,59); }

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

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

 a { background-color: rgb(144,201,59); }

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

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

 span { border-color: rgb(144,201,59); }

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