#94AF2F

Color #94AF2F Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #94AF2F

Tints of Limerick #94AF2F

Color information

#94AF2F (or 0x94AF2F) is unknown color: approx Limerick. HEX triplet: 94, AF and 2F. RGB value is (148,175,47). Sum of RGB (Red+Green+Blue) = 148+175+47=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AF2F is #6B50D0. Grayscale: #989898. Windows color (decimal): -7033041 or 3125140. OLE color: 3125140.

HSL color Cylindrical-coordinate representation of color #94AF2F: hue angle of 72.66º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94AF2F is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB14817547-
CMYK0.1500.730.31
HSL72.66º57.66%43.53%-
HSV(B)72.66º73.14%68.63%-
XYZ28.0637.168.38-
YUV152.3368.55124.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 175 (68.75% from 255) = 47.30%
BLUE value IS 47 (18.75% from 255) = 12.70%
R=40%
G=47.30%
B=12.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148175470.1500.730.3172.6657.6643.53
Hex94AF2FF0491F493a2c
Octal22425757170111371117254
Binary1001010010101111101111111101001001111111001001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,175,47); }

 H1.HeaderClassName
 {
   color: #94AF2F;
 }
 .AnyTagClassName
 {
   color: #94AF2F;
 }
</style>
background-color css

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

 a { background-color: rgb(148,175,47); }

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

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

 span { border-color: rgb(148,175,47); }

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