#A6CF4B

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

Shades of Conifer #A6CF4B

Tints of Conifer #A6CF4B

Color information

#A6CF4B (or 0xA6CF4B) is unknown color: approx Conifer. HEX triplet: A6, CF and 4B. RGB value is (166,207,75). Sum of RGB (Red+Green+Blue) = 166+207+75=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF4B is #5930B4. Grayscale: #B4B4B4. Windows color (decimal): -5845173 or 4968358. OLE color: 4968358.

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

Color convert

RGB16620775-
CMYK0.2000.640.19
HSL78.64º57.89%55.29%-
HSV(B)78.64º63.77%81.18%-
XYZ39.3153.2414.86-
YUV179.6968.92118.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 75 (29.69% from 255) = 16.74%
R=37.05%
G=46.21%
B=16.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166207750.2000.640.1978.6457.8955.29
HexA6CF4B14040134f3a37
Octal246317113240100231177267
Binary101001101100111110010111010001000000100111001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CF4B; }

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

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

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

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

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

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

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

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