Html Css Color HEX #A8D64D Conifer

📋 copy color: '#A8D64D'

red 168 ◦ green 214 ◦ blue 77

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

Shades of Conifer #A8D64D

Tints of Conifer #A8D64D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.62%

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

R = 36.6%
G = 46.62%
B = 16.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#A8D64D (or 0xA8D64D) is known color: Conifer. HEX triplet: A8, D6 and 4D. RGB value is (168,214,77). Sum of RGB (Red+Green+Blue) = 168+214+77=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D64D is #5729B2. Grayscale: #B9B9B9. Windows color (decimal): -5712307 or 5101224. OLE color: 5101224.

HSL color Cylindrical-coordinate representation of color #A8D64D: hue angle of 80.15º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8D64D is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 77 -
CMYK 0.21 0 0.64 0.16
HSL 80.15º 0.63% 0.57% -
HSV(B) 80.15º 0.64% 0.84% -
XYZ 41.53 56.95 15.83 -
YUV 184.63 67.26 116.14 -
System Red Green Blue C M Y K H S L
Decimal 168 214 77 0.21 0 0.64 0.16 80.15 0.63 0.57
Hex A8 D6 4D 15 0 40 10 50 3F 39
Octal 250 326 115 25 0 100 20 120 77 71
Binary 10101000 11010110 1001101 10101 0 1000000 10000 1010000 111111 111001

Color Harmonies of #A8D64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D64D

Black with #A8D64D

Text Example


Text Example

White with #A8D64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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