#A8F752

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

Shades of Conifer #A8F752

Tints of Conifer #A8F752

Color information

#A8F752 (or 0xA8F752) is unknown color: approx Conifer. HEX triplet: A8, F7 and 52. RGB value is (168,247,82). Sum of RGB (Red+Green+Blue) = 168+247+82=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F752 is #5708AD. Grayscale: #CDCDCD. Windows color (decimal): -5703854 or 5437352. OLE color: 5437352.

HSL color Cylindrical-coordinate representation of color #A8F752: hue angle of 88.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8F752 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB16824782-
CMYK0.3200.670.03
HSL88.73º91.16%64.51%-
HSV(B)88.73º66.8%96.86%-
XYZ50.9375.4619.86-
YUV204.5758.83101.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 247 (96.88% from 255) = 49.70%
BLUE value IS 82 (32.42% from 255) = 16.50%
R=33.80%
G=49.70%
B=16.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal168247820.3200.670.0388.7391.1664.51
HexA8F752200433595b41
Octal2503671224001033131133101
Binary101010001111011110100101000000100001111101100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F752; }

 p { color: rgb(168,247,82); }

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

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

 a { background-color: rgb(168,247,82); }

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

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

 span { border-color: rgb(168,247,82); }

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