Html Css Color HEX #96AC2D Limerick

📋 copy color: '#96AC2D'

red 150 ◦ green 172 ◦ blue 45

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

Shades of Limerick #96AC2D

Tints of Limerick #96AC2D

RGB

 RED value IS 150 (58.98% from 255) = 40.87%

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

 BLUE value IS 45 (17.97% from 255) = 12.26%

R = 40.87%
G = 46.87%
B = 12.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#96AC2D (or 0x96AC2D) is known color: Limerick. HEX triplet: 96, AC and 2D. RGB value is (150,172,45). Sum of RGB (Red+Green+Blue) = 150+172+45=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AC2D is #6953D2. Grayscale: #979797. Windows color (decimal): -6902739 or 2993302. OLE color: 2993302.

HSL color Cylindrical-coordinate representation of color #96AC2D: hue angle of 70.39º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96AC2D is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 172 45 -
CMYK 0.13 0 0.74 0.33
HSL 70.39º 0.59% 0.43% -
HSV(B) 70.39º 0.74% 0.67% -
XYZ 27.8 36.18 8 -
YUV 150.94 68.21 127.33 -
System Red Green Blue C M Y K H S L
Decimal 150 172 45 0.13 0 0.74 0.33 70.39 0.59 0.43
Hex 96 AC 2D D 0 4A 21 46 3B 2B
Octal 226 254 55 15 0 112 41 106 73 53
Binary 10010110 10101100 101101 1101 0 1001010 100001 1000110 111011 101011

Color Harmonies of #96AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC2D

Black with #96AC2D

Text Example


Text Example

White with #96AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96AC2D; }

 p { color: rgb(150,172,45); }

 H1.HeaderClassName
 {
   color: #96AC2D;
 }
 .AnyTagClassName
 {
   color: #96AC2D;
 }
</style>

background-color css

<style>
 a { background-color: #96AC2D; }

 a { background-color: rgb(150,172,45); }

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

border-color css

<style>
 span { border-color: #96AC2D; }

 span { border-color: rgb(150,172,45); }

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