Html Css Color HEX #90BB42 Atlantis

📋 copy color: '#90BB42'

red 144 ◦ green 187 ◦ blue 66

#90BB42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #90BB42

Tints of Atlantis #90BB42

RGB

 RED value IS 144 (56.64% from 255) = 36.27%

 GREEN value IS 187 (73.44% from 255) = 47.1%

 BLUE value IS 66 (26.17% from 255) = 16.62%

R = 36.27%
G = 47.1%
B = 16.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#90BB42 (or 0x90BB42) is known color: Atlantis. HEX triplet: 90, BB and 42. RGB value is (144,187,66). Sum of RGB (Red+Green+Blue) = 144+187+66=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BB42 is #6F44BD. Grayscale: #A0A0A0. Windows color (decimal): -7292094 or 4373392. OLE color: 4373392.

HSL color Cylindrical-coordinate representation of color #90BB42: hue angle of 81.32º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90BB42 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 187 66 -
CMYK 0.23 0 0.65 0.27
HSL 81.32º 0.48% 0.5% -
HSV(B) 81.32º 0.65% 0.73% -
XYZ 30.26 41.86 11.64 -
YUV 160.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 144 187 66 0.23 0 0.65 0.27 81.32 0.48 0.5
Hex 90 BB 42 17 0 41 1B 51 30 32
Octal 220 273 102 27 0 101 33 121 60 62
Binary 10010000 10111011 1000010 10111 0 1000001 11011 1010001 110000 110010

Color Harmonies of #90BB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BB42

Black with #90BB42

Text Example


Text Example

White with #90BB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,187,66); }

 H1.HeaderClassName
 {
   color: #90BB42;
 }
 .AnyTagClassName
 {
   color: #90BB42;
 }
</style>

background-color css

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

 a { background-color: rgb(144,187,66); }

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

border-color css

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

 span { border-color: rgb(144,187,66); }

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