Html Css Color HEX #9CAF34 Limerick

📋 copy color: '#9CAF34'

red 156 ◦ green 175 ◦ blue 52

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

Shades of Limerick #9CAF34

Tints of Limerick #9CAF34

RGB

 RED value IS 156 (61.33% from 255) = 40.73%

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

 BLUE value IS 52 (20.7% from 255) = 13.58%

R = 40.73%
G = 45.69%
B = 13.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#9CAF34 (or 0x9CAF34) is known color: Limerick. HEX triplet: 9C, AF and 34. RGB value is (156,175,52). Sum of RGB (Red+Green+Blue) = 156+175+52=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAF34 is #6350CB. Grayscale: #9B9B9B. Windows color (decimal): -6508748 or 3452828. OLE color: 3452828.

HSL color Cylindrical-coordinate representation of color #9CAF34: hue angle of 69.27º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CAF34 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 175 52 -
CMYK 0.11 0 0.70 0.31
HSL 69.27º 0.54% 0.45% -
HSV(B) 69.27º 0.7% 0.69% -
XYZ 29.66 37.98 9.02 -
YUV 155.3 69.71 128.5 -
System Red Green Blue C M Y K H S L
Decimal 156 175 52 0.11 0 0.70 0.31 69.27 0.54 0.45
Hex 9C AF 34 B 0 46 1F 45 36 2D
Octal 234 257 64 13 0 106 37 105 66 55
Binary 10011100 10101111 110100 1011 0 1000110 11111 1000101 110110 101101

Color Harmonies of #9CAF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAF34

Black with #9CAF34

Text Example


Text Example

White with #9CAF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CAF34; }

 p { color: rgb(156,175,52); }

 H1.HeaderClassName
 {
   color: #9CAF34;
 }
 .AnyTagClassName
 {
   color: #9CAF34;
 }
</style>

background-color css

<style>
 a { background-color: #9CAF34; }

 a { background-color: rgb(156,175,52); }

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

border-color css

<style>
 span { border-color: #9CAF34; }

 span { border-color: rgb(156,175,52); }

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