Html Css Color HEX #8AAF32 Limerick

📋 copy color: '#8AAF32'

red 138 ◦ green 175 ◦ blue 50

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

Shades of Limerick #8AAF32

Tints of Limerick #8AAF32

RGB

 RED value IS 138 (54.3% from 255) = 38.02%

 GREEN value IS 175 (68.75% from 255) = 48.21%

 BLUE value IS 50 (19.92% from 255) = 13.77%

R = 38.02%
G = 48.21%
B = 13.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#8AAF32 (or 0x8AAF32) is known color: Limerick. HEX triplet: 8A, AF and 32. RGB value is (138,175,50). Sum of RGB (Red+Green+Blue) = 138+175+50=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF32 is #7550CD. Grayscale: #969696. Windows color (decimal): -7688398 or 3321738. OLE color: 3321738.

HSL color Cylindrical-coordinate representation of color #8AAF32: hue angle of 77.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AAF32 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 50 -
CMYK 0.21 0 0.71 0.31
HSL 77.76º 0.56% 0.44% -
HSV(B) 77.76º 0.71% 0.69% -
XYZ 26.39 36.29 8.63 -
YUV 149.69 71.74 119.66 -
System Red Green Blue C M Y K H S L
Decimal 138 175 50 0.21 0 0.71 0.31 77.76 0.56 0.44
Hex 8A AF 32 15 0 47 1F 4E 38 2C
Octal 212 257 62 25 0 107 37 116 70 54
Binary 10001010 10101111 110010 10101 0 1000111 11111 1001110 111000 101100

Color Harmonies of #8AAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF32

Black with #8AAF32

Text Example


Text Example

White with #8AAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AAF32; }

 p { color: rgb(138,175,50); }

 H1.HeaderClassName
 {
   color: #8AAF32;
 }
 .AnyTagClassName
 {
   color: #8AAF32;
 }
</style>

background-color css

<style>
 a { background-color: #8AAF32; }

 a { background-color: rgb(138,175,50); }

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

border-color css

<style>
 span { border-color: #8AAF32; }

 span { border-color: rgb(138,175,50); }

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