#A8D248

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

Shades of Conifer #A8D248

Tints of Conifer #A8D248

Color information

#A8D248 (or 0xA8D248) is unknown color: approx Conifer. HEX triplet: A8, D2 and 48. RGB value is (168,210,72). Sum of RGB (Red+Green+Blue) = 168+210+72=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D248 is #572DB7. Grayscale: #B6B6B6. Windows color (decimal): -5713336 or 4772520. OLE color: 4772520.

HSL color Cylindrical-coordinate representation of color #A8D248: hue angle of 78.26º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8D248 is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB16821072-
CMYK0.200.660.18
HSL78.26º60.53%55.29%-
HSV(B)78.26º65.71%82.35%-
XYZ40.3654.8914.6-
YUV181.7166.09118.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 210 (82.42% from 255) = 46.67%
BLUE value IS 72 (28.52% from 255) = 16%
R=37.33%
G=46.67%
B=16%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168210720.200.660.1878.2660.5355.29
HexA8D24814042124e3d37
Octal250322110240102221167567
Binary101010001101001010010001010001000010100101001110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D248; }

 p { color: rgb(168,210,72); }

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

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

 a { background-color: rgb(168,210,72); }

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

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

 span { border-color: rgb(168,210,72); }

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