Html Css Color HEX #A8D84C Conifer

📋 copy color: '#A8D84C'

red 168 ◦ green 216 ◦ blue 76

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

Shades of Conifer #A8D84C

Tints of Conifer #A8D84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.52%

R = 36.52%
G = 46.96%
B = 16.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#A8D84C (or 0xA8D84C) is known color: Conifer. HEX triplet: A8, D8 and 4C. RGB value is (168,216,76). Sum of RGB (Red+Green+Blue) = 168+216+76=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D84C is #5727B3. Grayscale: #BABABA. Windows color (decimal): -5711796 or 5036200. OLE color: 5036200.

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

Color convert

RGB 168 216 76 -
CMYK 0.22 0 0.65 0.15
HSL 80.57º 0.64% 0.57% -
HSV(B) 80.57º 0.65% 0.85% -
XYZ 42.01 57.96 15.81 -
YUV 185.69 66.1 115.38 -
System Red Green Blue C M Y K H S L
Decimal 168 216 76 0.22 0 0.65 0.15 80.57 0.64 0.57
Hex A8 D8 4C 16 0 41 F 51 40 39
Octal 250 330 114 26 0 101 17 121 100 71
Binary 10101000 11011000 1001100 10110 0 1000001 1111 1010001 1000000 111001

Color Harmonies of #A8D84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D84C

Black with #A8D84C

Text Example


Text Example

White with #A8D84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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