Html Css Color HEX #9DAF27 Limerick

📋 copy color: '#9DAF27'

red 157 ◦ green 175 ◦ blue 39

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

Shades of Limerick #9DAF27

Tints of Limerick #9DAF27

RGB

 RED value IS 157 (61.72% from 255) = 42.32%

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

 BLUE value IS 39 (15.63% from 255) = 10.51%

R = 42.32%
G = 47.17%
B = 10.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#9DAF27 (or 0x9DAF27) is known color: Limerick. HEX triplet: 9D, AF and 27. RGB value is (157,175,39). Sum of RGB (Red+Green+Blue) = 157+175+39=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAF27 is #6250D8. Grayscale: #9A9A9A. Windows color (decimal): -6443225 or 2600861. OLE color: 2600861.

HSL color Cylindrical-coordinate representation of color #9DAF27: hue angle of 67.94º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DAF27 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 175 39 -
CMYK 0.10 0 0.78 0.31
HSL 67.94º 0.64% 0.42% -
HSV(B) 67.94º 0.78% 0.69% -
XYZ 29.6 37.97 7.69 -
YUV 154.11 63.04 130.06 -
System Red Green Blue C M Y K H S L
Decimal 157 175 39 0.10 0 0.78 0.31 67.94 0.64 0.42
Hex 9D AF 27 A 0 4E 1F 44 40 2A
Octal 235 257 47 12 0 116 37 104 100 52
Binary 10011101 10101111 100111 1010 0 1001110 11111 1000100 1000000 101010

Color Harmonies of #9DAF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF27

Black with #9DAF27

Text Example


Text Example

White with #9DAF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,175,39); }

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

background-color css

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

 a { background-color: rgb(157,175,39); }

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

border-color css

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

 span { border-color: rgb(157,175,39); }

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