Html Css Color HEX #9FAC35 Limerick

📋 copy color: '#9FAC35'

red 159 ◦ green 172 ◦ blue 53

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

Shades of Limerick #9FAC35

Tints of Limerick #9FAC35

RGB

 RED value IS 159 (62.5% from 255) = 41.41%

 GREEN value IS 172 (67.58% from 255) = 44.79%

 BLUE value IS 53 (21.09% from 255) = 13.8%

R = 41.41%
G = 44.79%
B = 13.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#9FAC35 (or 0x9FAC35) is known color: Limerick. HEX triplet: 9F, AC and 35. RGB value is (159,172,53). Sum of RGB (Red+Green+Blue) = 159+172+53=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC35 is #6053CA. Grayscale: #9B9B9B. Windows color (decimal): -6312907 or 3517599. OLE color: 3517599.

HSL color Cylindrical-coordinate representation of color #9FAC35: hue angle of 66.55º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FAC35 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 172 53 -
CMYK 0.08 0 0.69 0.33
HSL 66.55º 0.53% 0.44% -
HSV(B) 66.55º 0.69% 0.67% -
XYZ 29.69 37.13 8.97 -
YUV 154.55 70.69 131.18 -
System Red Green Blue C M Y K H S L
Decimal 159 172 53 0.08 0 0.69 0.33 66.55 0.53 0.44
Hex 9F AC 35 8 0 45 21 43 35 2C
Octal 237 254 65 10 0 105 41 103 65 54
Binary 10011111 10101100 110101 1000 0 1000101 100001 1000011 110101 101100

Color Harmonies of #9FAC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC35

Black with #9FAC35

Text Example


Text Example

White with #9FAC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,53); }

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

background-color css

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

 a { background-color: rgb(159,172,53); }

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

border-color css

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

 span { border-color: rgb(159,172,53); }

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