#A8FD62

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

Shades of Conifer #A8FD62

Tints of Conifer #A8FD62

Color information

#A8FD62 (or 0xA8FD62) is unknown color: approx Conifer. HEX triplet: A8, FD and 62. RGB value is (168,253,98). Sum of RGB (Red+Green+Blue) = 168+253+98=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD62 is #57029D. Grayscale: #D2D2D2. Windows color (decimal): -5702302 or 6487464. OLE color: 6487464.

HSL color Cylindrical-coordinate representation of color #A8FD62: hue angle of 92.9º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8FD62 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB16825398-
CMYK0.3400.610.01
HSL92.9º97.48%68.82%-
HSV(B)92.9º61.26%99.22%-
XYZ53.4879.4624.07-
YUV209.9264.8498.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 253 (99.22% from 255) = 48.75%
BLUE value IS 98 (38.67% from 255) = 18.88%
R=32.37%
G=48.75%
B=18.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168253980.3400.610.0192.997.4868.82
HexA8FD622203D15d6145
Octal250375142420751135141105
Binary1010100011111101110001010001001111011101110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FD62; }

 p { color: rgb(168,253,98); }

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

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

 a { background-color: rgb(168,253,98); }

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

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

 span { border-color: rgb(168,253,98); }

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