#a6cf34

Color #A6CF34 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A6CF34

Tints of Yellow Green #A6CF34

Color information

#A6CF34 (or 0xA6CF34) is unknown color: approx Yellow Green. HEX triplet: A6, CF and 34. RGB value is (166,207,52). Sum of RGB (Red+Green+Blue) = 166+207+52=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF34 is #5930CB. Grayscale: #B1B1B1. Windows color (decimal): -5845196 or 3461030. OLE color: 3461030.

HSL color Cylindrical-coordinate representation of color #A6CF34: hue angle of 75.87º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6CF34 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB16620752-
CMYK0.2000.750.19
HSL75.87º61.75%50.78%-
HSV(B)75.87º74.88%81.18%-
XYZ38.6652.9811.44-
YUV177.0757.42120.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 207 (81.25% from 255) = 48.71%
BLUE value IS 52 (20.70% from 255) = 12.24%
R=39.06%
G=48.71%
B=12.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166207520.2000.750.1975.8761.7550.78
HexA6CF341404B134c3e33
Octal24631764240113231147663
Binary10100110110011111101001010001001011100111001100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6cf34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6cf34; }

 p { color: rgb(166,207,52); }

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

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

 a { background-color: rgb(166,207,52); }

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

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

 span { border-color: rgb(166,207,52); }

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