#A8E75C

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

Shades of Conifer #A8E75C

Tints of Conifer #A8E75C

Color information

#A8E75C (or 0xA8E75C) is unknown color: approx Conifer. HEX triplet: A8, E7 and 5C. RGB value is (168,231,92). Sum of RGB (Red+Green+Blue) = 168+231+92=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E75C is #5718A3. Grayscale: #C4C4C4. Windows color (decimal): -5707940 or 6088616. OLE color: 6088616.

HSL color Cylindrical-coordinate representation of color #A8E75C: hue angle of 87.19º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8E75C is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB16823192-
CMYK0.2700.600.09
HSL87.19º74.33%63.33%-
HSV(B)87.19º60.17%90.59%-
XYZ46.6666.2520.45-
YUV196.3269.13107.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 231 (90.62% from 255) = 47.05%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=34.22%
G=47.05%
B=18.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168231920.2700.600.0987.1974.3363.33
HexA8E75C1B03C9574a3f
Octal250347134330741112711277
Binary10101000111001111011100110110111100100110101111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E75C; }

 p { color: rgb(168,231,92); }

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

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

 a { background-color: rgb(168,231,92); }

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

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

 span { border-color: rgb(168,231,92); }

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