Html Css Color HEX #A8D049 Conifer

📋 copy color: '#A8D049'

red 168 ◦ green 208 ◦ blue 73

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

Shades of Conifer #A8D049

Tints of Conifer #A8D049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.33%

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

R = 37.42%
G = 46.33%
B = 16.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#A8D049 (or 0xA8D049) is known color: Conifer. HEX triplet: A8, D0 and 49. RGB value is (168,208,73). Sum of RGB (Red+Green+Blue) = 168+208+73=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D049 is #572FB6. Grayscale: #B5B5B5. Windows color (decimal): -5713847 or 4837544. OLE color: 4837544.

HSL color Cylindrical-coordinate representation of color #A8D049: hue angle of 77.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8D049 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 73 -
CMYK 0.19 0 0.65 0.18
HSL 77.78º 0.59% 0.55% -
HSV(B) 77.78º 0.65% 0.82% -
XYZ 39.91 53.92 14.61 -
YUV 180.65 67.25 118.98 -
System Red Green Blue C M Y K H S L
Decimal 168 208 73 0.19 0 0.65 0.18 77.78 0.59 0.55
Hex A8 D0 49 13 0 41 12 4E 3B 37
Octal 250 320 111 23 0 101 22 116 73 67
Binary 10101000 11010000 1001001 10011 0 1000001 10010 1001110 111011 110111

Color Harmonies of #A8D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D049

Black with #A8D049

Text Example


Text Example

White with #A8D049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D049; }

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

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

background-color css

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

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

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

border-color css

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

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

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