Html Css Color HEX #A8D861 Conifer

📋 copy color: '#A8D861'

red 168 ◦ green 216 ◦ blue 97

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

Shades of Conifer #A8D861

Tints of Conifer #A8D861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.17%

R = 34.93%
G = 44.91%
B = 20.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#A8D861 (or 0xA8D861) is known color: Conifer. HEX triplet: A8, D8 and 61. RGB value is (168,216,97). Sum of RGB (Red+Green+Blue) = 168+216+97=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D861 is #57279E. Grayscale: #BCBCBC. Windows color (decimal): -5711775 or 6412456. OLE color: 6412456.

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

Color convert

RGB 168 216 97 -
CMYK 0.22 0 0.55 0.15
HSL 84.2º 0.6% 0.61% -
HSV(B) 84.2º 0.55% 0.85% -
XYZ 42.86 58.3 20.3 -
YUV 188.08 76.6 113.68 -
System Red Green Blue C M Y K H S L
Decimal 168 216 97 0.22 0 0.55 0.15 84.2 0.6 0.61
Hex A8 D8 61 16 0 37 F 54 3C 3D
Octal 250 330 141 26 0 67 17 124 74 75
Binary 10101000 11011000 1100001 10110 0 110111 1111 1010100 111100 111101

Color Harmonies of #A8D861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D861

Black with #A8D861

Text Example


Text Example

White with #A8D861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D861; }

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

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

background-color css

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

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

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

border-color css

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

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

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