Html Css Color HEX #8AAF1C Limerick

📋 copy color: '#8AAF1C'

red 138 ◦ green 175 ◦ blue 28

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

Shades of Limerick #8AAF1C

Tints of Limerick #8AAF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.21%

R = 40.47%
G = 51.32%
B = 8.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#8AAF1C (or 0x8AAF1C) is known color: Limerick. HEX triplet: 8A, AF and 1C. RGB value is (138,175,28). Sum of RGB (Red+Green+Blue) = 138+175+28=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF1C is #7550E3. Grayscale: #939393. Windows color (decimal): -7688420 or 1879946. OLE color: 1879946.

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

Color convert

RGB 138 175 28 -
CMYK 0.21 0 0.84 0.31
HSL 75.1º 0.72% 0.4% -
HSV(B) 75.1º 0.84% 0.69% -
XYZ 26.02 36.15 6.7 -
YUV 147.18 60.74 121.45 -
System Red Green Blue C M Y K H S L
Decimal 138 175 28 0.21 0 0.84 0.31 75.1 0.72 0.4
Hex 8A AF 1C 15 0 54 1F 4B 48 28
Octal 212 257 34 25 0 124 37 113 110 50
Binary 10001010 10101111 11100 10101 0 1010100 11111 1001011 1001000 101000

Color Harmonies of #8AAF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF1C

Black with #8AAF1C

Text Example


Text Example

White with #8AAF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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