Html Css Color HEX #A8D864 Conifer

📋 copy color: '#A8D864'

red 168 ◦ green 216 ◦ blue 100

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

Shades of Conifer #A8D864

Tints of Conifer #A8D864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.66%

R = 34.71%
G = 44.63%
B = 20.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#A8D864 (or 0xA8D864) is known color: Conifer. HEX triplet: A8, D8 and 64. RGB value is (168,216,100). Sum of RGB (Red+Green+Blue) = 168+216+100=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D864 is #57279B. Grayscale: #BCBCBC. Windows color (decimal): -5711772 or 6609064. OLE color: 6609064.

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

Color convert

RGB 168 216 100 -
CMYK 0.22 0 0.54 0.15
HSL 84.83º 0.6% 0.62% -
HSV(B) 84.83º 0.54% 0.85% -
XYZ 43 58.36 21.05 -
YUV 188.42 78.1 113.43 -
System Red Green Blue C M Y K H S L
Decimal 168 216 100 0.22 0 0.54 0.15 84.83 0.6 0.62
Hex A8 D8 64 16 0 36 F 55 3C 3E
Octal 250 330 144 26 0 66 17 125 74 76
Binary 10101000 11011000 1100100 10110 0 110110 1111 1010101 111100 111110

Color Harmonies of #A8D864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D864

Black with #A8D864

Text Example


Text Example

White with #A8D864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D864; }

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

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

background-color css

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

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

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

border-color css

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

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

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