Html Css Color HEX #95AF28 Limerick

📋 copy color: '#95AF28'

red 149 ◦ green 175 ◦ blue 40

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

Shades of Limerick #95AF28

Tints of Limerick #95AF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.99%

R = 40.93%
G = 48.08%
B = 10.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#95AF28 (or 0x95AF28) is known color: Limerick. HEX triplet: 95, AF and 28. RGB value is (149,175,40). Sum of RGB (Red+Green+Blue) = 149+175+40=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AF28 is #6A50D7. Grayscale: #989898. Windows color (decimal): -6967512 or 2666389. OLE color: 2666389.

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

Color convert

RGB 149 175 40 -
CMYK 0.15 0 0.77 0.31
HSL 71.56º 0.63% 0.42% -
HSV(B) 71.56º 0.77% 0.69% -
XYZ 28.11 37.2 7.71 -
YUV 151.84 64.89 125.98 -
System Red Green Blue C M Y K H S L
Decimal 149 175 40 0.15 0 0.77 0.31 71.56 0.63 0.42
Hex 95 AF 28 F 0 4D 1F 48 3F 2A
Octal 225 257 50 17 0 115 37 110 77 52
Binary 10010101 10101111 101000 1111 0 1001101 11111 1001000 111111 101010

Color Harmonies of #95AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AF28

Black with #95AF28

Text Example


Text Example

White with #95AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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