Html Css Color HEX #99AF44 Limerick

📋 copy color: '#99AF44'

red 153 ◦ green 175 ◦ blue 68

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

Shades of Limerick #99AF44

Tints of Limerick #99AF44

RGB

 RED value IS 153 (60.16% from 255) = 38.64%

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

 BLUE value IS 68 (26.95% from 255) = 17.17%

R = 38.64%
G = 44.19%
B = 17.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#99AF44 (or 0x99AF44) is known color: Limerick. HEX triplet: 99, AF and 44. RGB value is (153,175,68). Sum of RGB (Red+Green+Blue) = 153+175+68=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF44 is #6650BB. Grayscale: #9C9C9C. Windows color (decimal): -6705340 or 4501401. OLE color: 4501401.

HSL color Cylindrical-coordinate representation of color #99AF44: hue angle of 72.34º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99AF44 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 175 68 -
CMYK 0.13 0 0.61 0.31
HSL 72.34º 0.44% 0.48% -
HSV(B) 72.34º 0.61% 0.69% -
XYZ 29.51 37.85 11.22 -
YUV 156.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 153 175 68 0.13 0 0.61 0.31 72.34 0.44 0.48
Hex 99 AF 44 D 0 3D 1F 48 2C 30
Octal 231 257 104 15 0 75 37 110 54 60
Binary 10011001 10101111 1000100 1101 0 111101 11111 1001000 101100 110000

Color Harmonies of #99AF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AF44

Black with #99AF44

Text Example


Text Example

White with #99AF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AF44; }

 p { color: rgb(153,175,68); }

 H1.HeaderClassName
 {
   color: #99AF44;
 }
 .AnyTagClassName
 {
   color: #99AF44;
 }
</style>

background-color css

<style>
 a { background-color: #99AF44; }

 a { background-color: rgb(153,175,68); }

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

border-color css

<style>
 span { border-color: #99AF44; }

 span { border-color: rgb(153,175,68); }

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