Html Css Color HEX #9DAE20 Bahia

📋 copy color: '#9DAE20'

red 157 ◦ green 174 ◦ blue 32

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

Shades of Bahia #9DAE20

Tints of Bahia #9DAE20

RGB

 RED value IS 157 (61.72% from 255) = 43.25%

 GREEN value IS 174 (68.36% from 255) = 47.93%

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 43.25%
G = 47.93%
B = 8.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#9DAE20 (or 0x9DAE20) is known color: Bahia. HEX triplet: 9D, AE and 20. RGB value is (157,174,32). Sum of RGB (Red+Green+Blue) = 157+174+32=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE20 is #6251DF. Grayscale: #999999. Windows color (decimal): -6443488 or 2141853. OLE color: 2141853.

HSL color Cylindrical-coordinate representation of color #9DAE20: hue angle of 67.18º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9DAE20 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 174 32 -
CMYK 0.10 0 0.82 0.32
HSL 67.18º 0.69% 0.4% -
HSV(B) 67.18º 0.82% 0.68% -
XYZ 29.3 37.54 7.07 -
YUV 152.73 59.87 131.05 -
System Red Green Blue C M Y K H S L
Decimal 157 174 32 0.10 0 0.82 0.32 67.18 0.69 0.4
Hex 9D AE 20 A 0 52 20 43 45 28
Octal 235 256 40 12 0 122 40 103 105 50
Binary 10011101 10101110 100000 1010 0 1010010 100000 1000011 1000101 101000

Color Harmonies of #9DAE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE20

Black with #9DAE20

Text Example


Text Example

White with #9DAE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DAE20; }

 p { color: rgb(157,174,32); }

 H1.HeaderClassName
 {
   color: #9DAE20;
 }
 .AnyTagClassName
 {
   color: #9DAE20;
 }
</style>

background-color css

<style>
 a { background-color: #9DAE20; }

 a { background-color: rgb(157,174,32); }

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

border-color css

<style>
 span { border-color: #9DAE20; }

 span { border-color: rgb(157,174,32); }

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