#90CB43

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

Shades of Atlantis #90CB43

Tints of Atlantis #90CB43

Color information

#90CB43 (or 0x90CB43) is unknown color: approx Atlantis. HEX triplet: 90, CB and 43. RGB value is (144,203,67). Sum of RGB (Red+Green+Blue) = 144+203+67=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CB43 is #6F34BC. Grayscale: #AAAAAA. Windows color (decimal): -7287997 or 4443024. OLE color: 4443024.

HSL color Cylindrical-coordinate representation of color #90CB43: hue angle of 86.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90CB43 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB14420367-
CMYK0.2900.670.20
HSL86.03º56.67%52.94%-
HSV(B)86.03º67%79.61%-
XYZ33.8749.0512.99-
YUV169.8669.95109.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.78%
GREEN value IS 203 (79.69% from 255) = 49.03%
BLUE value IS 67 (26.56% from 255) = 16.18%
R=34.78%
G=49.03%
B=16.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal144203670.2900.670.2086.0356.6752.94
Hex90CB431D04314563935
Octal220313103350103241267165
Binary100100001100101110000111110101000011101001010110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,203,67); }

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

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

 a { background-color: rgb(144,203,67); }

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

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

 span { border-color: rgb(144,203,67); }

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