Html Css Color HEX #90BA42 Atlantis

📋 copy color: '#90BA42'

red 144 ◦ green 186 ◦ blue 66

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

Shades of Atlantis #90BA42

Tints of Atlantis #90BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

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

R = 36.36%
G = 46.97%
B = 16.67%

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

#90BA42 (or 0x90BA42) is known color: Atlantis. HEX triplet: 90, BA and 42. RGB value is (144,186,66). Sum of RGB (Red+Green+Blue) = 144+186+66=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BA42 is #6F45BD. Grayscale: #A0A0A0. Windows color (decimal): -7292350 or 4373136. OLE color: 4373136.

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

Color convert

RGB 144 186 66 -
CMYK 0.23 0 0.65 0.27
HSL 81º 0.48% 0.49% -
HSV(B) 81º 0.65% 0.73% -
XYZ 30.04 41.44 11.57 -
YUV 159.76 75.09 116.76 -
System Red Green Blue C M Y K H S L
Decimal 144 186 66 0.23 0 0.65 0.27 81 0.48 0.49
Hex 90 BA 42 17 0 41 1B 51 30 31
Octal 220 272 102 27 0 101 33 121 60 61
Binary 10010000 10111010 1000010 10111 0 1000001 11011 1010001 110000 110001

Color Harmonies of #90BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA42

Black with #90BA42

Text Example


Text Example

White with #90BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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