Html Css Color HEX #86AF24 Limerick

📋 copy color: '#86AF24'

red 134 ◦ green 175 ◦ blue 36

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

Shades of Limerick #86AF24

Tints of Limerick #86AF24

RGB

 RED value IS 134 (52.73% from 255) = 38.84%

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

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

R = 38.84%
G = 50.72%
B = 10.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#86AF24 (or 0x86AF24) is known color: Limerick. HEX triplet: 86, AF and 24. RGB value is (134,175,36). Sum of RGB (Red+Green+Blue) = 134+175+36=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF24 is #7950DB. Grayscale: #939393. Windows color (decimal): -7950556 or 2404230. OLE color: 2404230.

HSL color Cylindrical-coordinate representation of color #86AF24: hue angle of 77.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86AF24 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 175 36 -
CMYK 0.23 0 0.79 0.31
HSL 77.7º 0.66% 0.41% -
HSV(B) 77.7º 0.79% 0.69% -
XYZ 25.48 35.86 7.25 -
YUV 146.9 65.42 118.8 -
System Red Green Blue C M Y K H S L
Decimal 134 175 36 0.23 0 0.79 0.31 77.7 0.66 0.41
Hex 86 AF 24 17 0 4F 1F 4E 42 29
Octal 206 257 44 27 0 117 37 116 102 51
Binary 10000110 10101111 100100 10111 0 1001111 11111 1001110 1000010 101001

Color Harmonies of #86AF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF24

Black with #86AF24

Text Example


Text Example

White with #86AF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AF24; }

 p { color: rgb(134,175,36); }

 H1.HeaderClassName
 {
   color: #86AF24;
 }
 .AnyTagClassName
 {
   color: #86AF24;
 }
</style>

background-color css

<style>
 a { background-color: #86AF24; }

 a { background-color: rgb(134,175,36); }

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

border-color css

<style>
 span { border-color: #86AF24; }

 span { border-color: rgb(134,175,36); }

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