#A8FF65

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

Shades of Conifer #A8FF65

Tints of Conifer #A8FF65

Color information

#A8FF65 (or 0xA8FF65) is unknown color: approx Conifer. HEX triplet: A8, FF and 65. RGB value is (168,255,101). Sum of RGB (Red+Green+Blue) = 168+255+101=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF65 is #57009A. Grayscale: #D3D3D3. Windows color (decimal): -5701787 or 6684584. OLE color: 6684584.

HSL color Cylindrical-coordinate representation of color #A8FF65: hue angle of 93.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8FF65 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB168255101-
CMYK0.3400.600
HSL93.9º100%69.8%-
HSV(B)93.9º60.39%100%-
XYZ54.2680.7825.05-
YUV211.4365.6897.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 255 (100% from 255) = 48.66%
BLUE value IS 101 (39.84% from 255) = 19.27%
R=32.06%
G=48.66%
B=19.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682551010.3400.60093.910069.8
HexA8FF652203C05e6446
Octal250377145420740136144106
Binary1010100011111111110010110001001111000101111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FF65; }

 p { color: rgb(168,255,101); }

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

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

 a { background-color: rgb(168,255,101); }

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

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

 span { border-color: rgb(168,255,101); }

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