Html Css Color HEX #9DAF2B Limerick

📋 copy color: '#9DAF2B'

red 157 ◦ green 175 ◦ blue 43

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

Shades of Limerick #9DAF2B

Tints of Limerick #9DAF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 41.87%
G = 46.67%
B = 11.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#9DAF2B (or 0x9DAF2B) is known color: Limerick. HEX triplet: 9D, AF and 2B. RGB value is (157,175,43). Sum of RGB (Red+Green+Blue) = 157+175+43=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAF2B is #6250D4. Grayscale: #9B9B9B. Windows color (decimal): -6443221 or 2863005. OLE color: 2863005.

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

Color convert

RGB 157 175 43 -
CMYK 0.10 0 0.75 0.31
HSL 68.18º 0.61% 0.43% -
HSV(B) 68.18º 0.75% 0.69% -
XYZ 29.67 38 8.06 -
YUV 154.57 65.04 129.73 -
System Red Green Blue C M Y K H S L
Decimal 157 175 43 0.10 0 0.75 0.31 68.18 0.61 0.43
Hex 9D AF 2B A 0 4B 1F 44 3D 2B
Octal 235 257 53 12 0 113 37 104 75 53
Binary 10011101 10101111 101011 1010 0 1001011 11111 1000100 111101 101011

Color Harmonies of #9DAF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF2B

Black with #9DAF2B

Text Example


Text Example

White with #9DAF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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