Html Css Color HEX #94AA28 Limerick

📋 copy color: '#94AA28'

red 148 ◦ green 170 ◦ blue 40

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

Shades of Limerick #94AA28

Tints of Limerick #94AA28

RGB

 RED value IS 148 (58.2% from 255) = 41.34%

 GREEN value IS 170 (66.8% from 255) = 47.49%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 41.34%
G = 47.49%
B = 11.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#94AA28 (or 0x94AA28) is known color: Limerick. HEX triplet: 94, AA and 28. RGB value is (148,170,40). Sum of RGB (Red+Green+Blue) = 148+170+40=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AA28 is #6B55D7. Grayscale: #959595. Windows color (decimal): -7034328 or 2665108. OLE color: 2665108.

HSL color Cylindrical-coordinate representation of color #94AA28: hue angle of 70.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94AA28 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 170 40 -
CMYK 0.13 0 0.76 0.33
HSL 70.15º 0.62% 0.41% -
HSV(B) 70.15º 0.76% 0.67% -
XYZ 26.97 35.2 7.38 -
YUV 148.6 66.71 127.57 -
System Red Green Blue C M Y K H S L
Decimal 148 170 40 0.13 0 0.76 0.33 70.15 0.62 0.41
Hex 94 AA 28 D 0 4C 21 46 3E 29
Octal 224 252 50 15 0 114 41 106 76 51
Binary 10010100 10101010 101000 1101 0 1001100 100001 1000110 111110 101001

Color Harmonies of #94AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA28

Black with #94AA28

Text Example


Text Example

White with #94AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94AA28; }

 p { color: rgb(148,170,40); }

 H1.HeaderClassName
 {
   color: #94AA28;
 }
 .AnyTagClassName
 {
   color: #94AA28;
 }
</style>

background-color css

<style>
 a { background-color: #94AA28; }

 a { background-color: rgb(148,170,40); }

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

border-color css

<style>
 span { border-color: #94AA28; }

 span { border-color: rgb(148,170,40); }

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