Html Css Color HEX #92AF18 Limerick

📋 copy color: '#92AF18'

red 146 ◦ green 175 ◦ blue 24

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

Shades of Limerick #92AF18

Tints of Limerick #92AF18

RGB

 RED value IS 146 (57.42% from 255) = 42.32%

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

 BLUE value IS 24 (9.77% from 255) = 6.96%

R = 42.32%
G = 50.72%
B = 6.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#92AF18 (or 0x92AF18) is known color: Limerick. HEX triplet: 92, AF and 18. RGB value is (146,175,24). Sum of RGB (Red+Green+Blue) = 146+175+24=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AF18 is #6D50E7. Grayscale: #959595. Windows color (decimal): -7164136 or 1617810. OLE color: 1617810.

HSL color Cylindrical-coordinate representation of color #92AF18: hue angle of 71.52º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92AF18 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 175 24 -
CMYK 0.17 0 0.86 0.31
HSL 71.52º 0.76% 0.39% -
HSV(B) 71.52º 0.86% 0.69% -
XYZ 27.35 36.84 6.53 -
YUV 149.12 57.39 125.78 -
System Red Green Blue C M Y K H S L
Decimal 146 175 24 0.17 0 0.86 0.31 71.52 0.76 0.39
Hex 92 AF 18 11 0 56 1F 48 4C 27
Octal 222 257 30 21 0 126 37 110 114 47
Binary 10010010 10101111 11000 10001 0 1010110 11111 1001000 1001100 100111

Color Harmonies of #92AF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AF18

Black with #92AF18

Text Example


Text Example

White with #92AF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92AF18; }

 p { color: rgb(146,175,24); }

 H1.HeaderClassName
 {
   color: #92AF18;
 }
 .AnyTagClassName
 {
   color: #92AF18;
 }
</style>

background-color css

<style>
 a { background-color: #92AF18; }

 a { background-color: rgb(146,175,24); }

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

border-color css

<style>
 span { border-color: #92AF18; }

 span { border-color: rgb(146,175,24); }

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