Html Css Color HEX #90BD42 Atlantis

📋 copy color: '#90BD42'

red 144 ◦ green 189 ◦ blue 66

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

Shades of Atlantis #90BD42

Tints of Atlantis #90BD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.37%

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

R = 36.09%
G = 47.37%
B = 16.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#90BD42 (or 0x90BD42) is known color: Atlantis. HEX triplet: 90, BD and 42. RGB value is (144,189,66). Sum of RGB (Red+Green+Blue) = 144+189+66=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BD42 is #6F42BD. Grayscale: #A1A1A1. Windows color (decimal): -7291582 or 4373904. OLE color: 4373904.

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

Color convert

RGB 144 189 66 -
CMYK 0.24 0 0.65 0.26
HSL 81.95º 0.48% 0.5% -
HSV(B) 81.95º 0.65% 0.74% -
XYZ 30.68 42.72 11.78 -
YUV 161.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 144 189 66 0.24 0 0.65 0.26 81.95 0.48 0.5
Hex 90 BD 42 18 0 41 1A 52 30 32
Octal 220 275 102 30 0 101 32 122 60 62
Binary 10010000 10111101 1000010 11000 0 1000001 11010 1010010 110000 110010

Color Harmonies of #90BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BD42

Black with #90BD42

Text Example


Text Example

White with #90BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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