Html Css Color HEX #99AD34 Limerick

📋 copy color: '#99AD34'

red 153 ◦ green 173 ◦ blue 52

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

Shades of Limerick #99AD34

Tints of Limerick #99AD34

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.77%

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

R = 40.48%
G = 45.77%
B = 13.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#99AD34 (or 0x99AD34) is known color: Limerick. HEX triplet: 99, AD and 34. RGB value is (153,173,52). Sum of RGB (Red+Green+Blue) = 153+173+52=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AD34 is #6652CB. Grayscale: #999999. Windows color (decimal): -6705868 or 3452313. OLE color: 3452313.

HSL color Cylindrical-coordinate representation of color #99AD34: hue angle of 69.92º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99AD34 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 173 52 -
CMYK 0.12 0 0.70 0.32
HSL 69.92º 0.54% 0.44% -
HSV(B) 69.92º 0.7% 0.68% -
XYZ 28.7 36.91 8.86 -
YUV 153.23 70.87 127.84 -
System Red Green Blue C M Y K H S L
Decimal 153 173 52 0.12 0 0.70 0.32 69.92 0.54 0.44
Hex 99 AD 34 C 0 46 20 46 36 2C
Octal 231 255 64 14 0 106 40 106 66 54
Binary 10011001 10101101 110100 1100 0 1000110 100000 1000110 110110 101100

Color Harmonies of #99AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AD34

Black with #99AD34

Text Example


Text Example

White with #99AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,173,52); }

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

background-color css

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

 a { background-color: rgb(153,173,52); }

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

border-color css

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

 span { border-color: rgb(153,173,52); }

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