Html Css Color HEX #A8DA4D Conifer

📋 copy color: '#A8DA4D'

red 168 ◦ green 218 ◦ blue 77

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

Shades of Conifer #A8DA4D

Tints of Conifer #A8DA4D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

 BLUE value IS 77 (30.47% from 255) = 16.63%

R = 36.29%
G = 47.08%
B = 16.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#A8DA4D (or 0xA8DA4D) is known color: Conifer. HEX triplet: A8, DA and 4D. RGB value is (168,218,77). Sum of RGB (Red+Green+Blue) = 168+218+77=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA4D is #5725B2. Grayscale: #BBBBBB. Windows color (decimal): -5711283 or 5102248. OLE color: 5102248.

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

Color convert

RGB 168 218 77 -
CMYK 0.23 0 0.65 0.15
HSL 81.28º 0.66% 0.58% -
HSV(B) 81.28º 0.65% 0.85% -
XYZ 42.56 59 16.17 -
YUV 186.98 65.94 114.46 -
System Red Green Blue C M Y K H S L
Decimal 168 218 77 0.23 0 0.65 0.15 81.28 0.66 0.58
Hex A8 DA 4D 17 0 41 F 51 42 3A
Octal 250 332 115 27 0 101 17 121 102 72
Binary 10101000 11011010 1001101 10111 0 1000001 1111 1010001 1000010 111010

Color Harmonies of #A8DA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA4D

Black with #A8DA4D

Text Example


Text Example

White with #A8DA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA4D; }

 p { color: rgb(168,218,77); }

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

background-color css

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

 a { background-color: rgb(168,218,77); }

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

border-color css

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

 span { border-color: rgb(168,218,77); }

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