Html Css Color HEX #A8D868 Conifer

📋 copy color: '#A8D868'

red 168 ◦ green 216 ◦ blue 104

#A8D868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A8D868

Tints of Conifer #A8D868

RGB

 RED value IS 168 (66.02% from 255) = 34.43%

 GREEN value IS 216 (84.77% from 255) = 44.26%

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 34.43%
G = 44.26%
B = 21.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#A8D868 (or 0xA8D868) is known color: Conifer. HEX triplet: A8, D8 and 68. RGB value is (168,216,104). Sum of RGB (Red+Green+Blue) = 168+216+104=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D868 is #572797. Grayscale: #BDBDBD. Windows color (decimal): -5711768 or 6871208. OLE color: 6871208.

HSL color Cylindrical-coordinate representation of color #A8D868: hue angle of 85.71º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8D868 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 104 -
CMYK 0.22 0 0.52 0.15
HSL 85.71º 0.59% 0.63% -
HSV(B) 85.71º 0.52% 0.85% -
XYZ 43.2 58.44 22.1 -
YUV 188.88 80.1 113.11 -
System Red Green Blue C M Y K H S L
Decimal 168 216 104 0.22 0 0.52 0.15 85.71 0.59 0.63
Hex A8 D8 68 16 0 34 F 56 3B 3F
Octal 250 330 150 26 0 64 17 126 73 77
Binary 10101000 11011000 1101000 10110 0 110100 1111 1010110 111011 111111

Color Harmonies of #A8D868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D868

Black with #A8D868

Text Example


Text Example

White with #A8D868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D868; }

 p { color: rgb(168,216,104); }

 H1.HeaderClassName
 {
   color: #A8D868;
 }
 .AnyTagClassName
 {
   color: #A8D868;
 }
</style>

background-color css

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

 a { background-color: rgb(168,216,104); }

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

border-color css

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

 span { border-color: rgb(168,216,104); }

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