#a9f266

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

Shades of Conifer #A9F266

Tints of Conifer #A9F266

Color information

#A9F266 (or 0xA9F266) is unknown color: approx Conifer. HEX triplet: A9, F2 and 66. RGB value is (169,242,102). Sum of RGB (Red+Green+Blue) = 169+242+102=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F266 is #560D99. Grayscale: #CCCCCC. Windows color (decimal): -5639578 or 6746793. OLE color: 6746793.

HSL color Cylindrical-coordinate representation of color #A9F266: hue angle of 91.29º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9F266 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB169242102-
CMYK0.3000.580.05
HSL91.29º84.34%67.45%-
HSV(B)91.29º57.85%94.9%-
XYZ50.5172.923.98-
YUV204.2170.32102.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 242 (94.92% from 255) = 47.17%
BLUE value IS 102 (40.23% from 255) = 19.88%
R=32.94%
G=47.17%
B=19.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692421020.3000.580.0591.2984.3467.45
HexA9F2661E03A55b5443
Octal251362146360725133124103
Binary10101001111100101100110111100111010101101101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9f266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9f266; }

 p { color: rgb(169,242,102); }

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

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

 a { background-color: rgb(169,242,102); }

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

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

 span { border-color: rgb(169,242,102); }

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