Html Css Color HEX #A8DD4A Conifer

📋 copy color: '#A8DD4A'

red 168 ◦ green 221 ◦ blue 74

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

Shades of Conifer #A8DD4A

Tints of Conifer #A8DD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

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

R = 36.29%
G = 47.73%
B = 15.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#A8DD4A (or 0xA8DD4A) is known color: Conifer. HEX triplet: A8, DD and 4A. RGB value is (168,221,74). Sum of RGB (Red+Green+Blue) = 168+221+74=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD4A is #5722B5. Grayscale: #BCBCBC. Windows color (decimal): -5710518 or 4906408. OLE color: 4906408.

HSL color Cylindrical-coordinate representation of color #A8DD4A: hue angle of 81.63º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8DD4A is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 74 -
CMYK 0.24 0 0.67 0.13
HSL 81.63º 0.68% 0.58% -
HSV(B) 81.63º 0.67% 0.87% -
XYZ 43.24 60.53 15.88 -
YUV 188.4 63.44 113.45 -
System Red Green Blue C M Y K H S L
Decimal 168 221 74 0.24 0 0.67 0.13 81.63 0.68 0.58
Hex A8 DD 4A 18 0 43 D 52 44 3A
Octal 250 335 112 30 0 103 15 122 104 72
Binary 10101000 11011101 1001010 11000 0 1000011 1101 1010010 1000100 111010

Color Harmonies of #A8DD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD4A

Black with #A8DD4A

Text Example


Text Example

White with #A8DD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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