Html Css Color HEX #A8D849 Conifer

📋 copy color: '#A8D849'

red 168 ◦ green 216 ◦ blue 73

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

Shades of Conifer #A8D849

Tints of Conifer #A8D849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.97%

R = 36.76%
G = 47.26%
B = 15.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#A8D849 (or 0xA8D849) is known color: Conifer. HEX triplet: A8, D8 and 49. RGB value is (168,216,73). Sum of RGB (Red+Green+Blue) = 168+216+73=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D849 is #5727B6. Grayscale: #B9B9B9. Windows color (decimal): -5711799 or 4839592. OLE color: 4839592.

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

Color convert

RGB 168 216 73 -
CMYK 0.22 0 0.66 0.15
HSL 80.14º 0.65% 0.57% -
HSV(B) 80.14º 0.66% 0.85% -
XYZ 41.91 57.92 15.27 -
YUV 185.35 64.6 115.63 -
System Red Green Blue C M Y K H S L
Decimal 168 216 73 0.22 0 0.66 0.15 80.14 0.65 0.57
Hex A8 D8 49 16 0 42 F 50 41 39
Octal 250 330 111 26 0 102 17 120 101 71
Binary 10101000 11011000 1001001 10110 0 1000010 1111 1010000 1000001 111001

Color Harmonies of #A8D849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D849

Black with #A8D849

Text Example


Text Example

White with #A8D849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D849; }

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

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

background-color css

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

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

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

border-color css

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

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

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