Html Css Color HEX #9DAE24 Bahia

📋 copy color: '#9DAE24'

red 157 ◦ green 174 ◦ blue 36

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

Shades of Bahia #9DAE24

Tints of Bahia #9DAE24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.81%

R = 42.78%
G = 47.41%
B = 9.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#9DAE24 (or 0x9DAE24) is known color: Bahia. HEX triplet: 9D, AE and 24. RGB value is (157,174,36). Sum of RGB (Red+Green+Blue) = 157+174+36=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE24 is #6251DB. Grayscale: #999999. Windows color (decimal): -6443484 or 2403997. OLE color: 2403997.

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

Color convert

RGB 157 174 36 -
CMYK 0.10 0 0.79 0.32
HSL 67.39º 0.66% 0.41% -
HSV(B) 67.39º 0.79% 0.68% -
XYZ 29.36 37.57 7.37 -
YUV 153.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 157 174 36 0.10 0 0.79 0.32 67.39 0.66 0.41
Hex 9D AE 24 A 0 4F 20 43 42 29
Octal 235 256 44 12 0 117 40 103 102 51
Binary 10011101 10101110 100100 1010 0 1001111 100000 1000011 1000010 101001

Color Harmonies of #9DAE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE24

Black with #9DAE24

Text Example


Text Example

White with #9DAE24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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