Html Css Color HEX #99AC30 Limerick

📋 copy color: '#99AC30'

red 153 ◦ green 172 ◦ blue 48

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

Shades of Limerick #99AC30

Tints of Limerick #99AC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.87%

R = 41.02%
G = 46.11%
B = 12.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#99AC30 (or 0x99AC30) is known color: Limerick. HEX triplet: 99, AC and 30. RGB value is (153,172,48). Sum of RGB (Red+Green+Blue) = 153+172+48=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AC30 is #6653CF. Grayscale: #989898. Windows color (decimal): -6706128 or 3189913. OLE color: 3189913.

HSL color Cylindrical-coordinate representation of color #99AC30: hue angle of 69.19º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99AC30 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 172 48 -
CMYK 0.11 0 0.72 0.33
HSL 69.19º 0.56% 0.43% -
HSV(B) 69.19º 0.72% 0.67% -
XYZ 28.42 36.49 8.34 -
YUV 152.18 69.21 128.58 -
System Red Green Blue C M Y K H S L
Decimal 153 172 48 0.11 0 0.72 0.33 69.19 0.56 0.43
Hex 99 AC 30 B 0 48 21 45 38 2B
Octal 231 254 60 13 0 110 41 105 70 53
Binary 10011001 10101100 110000 1011 0 1001000 100001 1000101 111000 101011

Color Harmonies of #99AC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AC30

Black with #99AC30

Text Example


Text Example

White with #99AC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,172,48); }

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

background-color css

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

 a { background-color: rgb(153,172,48); }

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

border-color css

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

 span { border-color: rgb(153,172,48); }

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