Html Css Color HEX #95AF20 Limerick

📋 copy color: '#95AF20'

red 149 ◦ green 175 ◦ blue 32

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

Shades of Limerick #95AF20

Tints of Limerick #95AF20

RGB

 RED value IS 149 (58.59% from 255) = 41.85%

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

 BLUE value IS 32 (12.89% from 255) = 8.99%

R = 41.85%
G = 49.16%
B = 8.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#95AF20 (or 0x95AF20) is known color: Limerick. HEX triplet: 95, AF and 20. RGB value is (149,175,32). Sum of RGB (Red+Green+Blue) = 149+175+32=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AF20 is #6A50DF. Grayscale: #979797. Windows color (decimal): -6967520 or 2142101. OLE color: 2142101.

HSL color Cylindrical-coordinate representation of color #95AF20: hue angle of 70.91º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95AF20 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 175 32 -
CMYK 0.15 0 0.82 0.31
HSL 70.91º 0.69% 0.41% -
HSV(B) 70.91º 0.82% 0.69% -
XYZ 27.99 37.15 7.06 -
YUV 150.92 60.89 126.63 -
System Red Green Blue C M Y K H S L
Decimal 149 175 32 0.15 0 0.82 0.31 70.91 0.69 0.41
Hex 95 AF 20 F 0 52 1F 47 45 29
Octal 225 257 40 17 0 122 37 107 105 51
Binary 10010101 10101111 100000 1111 0 1010010 11111 1000111 1000101 101001

Color Harmonies of #95AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AF20

Black with #95AF20

Text Example


Text Example

White with #95AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95AF20; }

 p { color: rgb(149,175,32); }

 H1.HeaderClassName
 {
   color: #95AF20;
 }
 .AnyTagClassName
 {
   color: #95AF20;
 }
</style>

background-color css

<style>
 a { background-color: #95AF20; }

 a { background-color: rgb(149,175,32); }

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

border-color css

<style>
 span { border-color: #95AF20; }

 span { border-color: rgb(149,175,32); }

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