Html Css Color HEX #A8D04A Conifer

📋 copy color: '#A8D04A'

red 168 ◦ green 208 ◦ blue 74

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

Shades of Conifer #A8D04A

Tints of Conifer #A8D04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.44%

R = 37.33%
G = 46.22%
B = 16.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#A8D04A (or 0xA8D04A) is known color: Conifer. HEX triplet: A8, D0 and 4A. RGB value is (168,208,74). Sum of RGB (Red+Green+Blue) = 168+208+74=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D04A is #572FB5. Grayscale: #B5B5B5. Windows color (decimal): -5713846 or 4903080. OLE color: 4903080.

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

Color convert

RGB 168 208 74 -
CMYK 0.19 0 0.64 0.18
HSL 77.91º 0.59% 0.55% -
HSV(B) 77.91º 0.64% 0.82% -
XYZ 39.94 53.93 14.78 -
YUV 180.76 67.75 118.9 -
System Red Green Blue C M Y K H S L
Decimal 168 208 74 0.19 0 0.64 0.18 77.91 0.59 0.55
Hex A8 D0 4A 13 0 40 12 4E 3B 37
Octal 250 320 112 23 0 100 22 116 73 67
Binary 10101000 11010000 1001010 10011 0 1000000 10010 1001110 111011 110111

Color Harmonies of #A8D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D04A

Black with #A8D04A

Text Example


Text Example

White with #A8D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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