Html Css Color HEX #A8D64C Conifer

📋 copy color: '#A8D64C'

red 168 ◦ green 214 ◦ blue 76

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

Shades of Conifer #A8D64C

Tints of Conifer #A8D64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.59%

R = 36.68%
G = 46.72%
B = 16.59%

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

#A8D64C (or 0xA8D64C) is known color: Conifer. HEX triplet: A8, D6 and 4C. RGB value is (168,214,76). Sum of RGB (Red+Green+Blue) = 168+214+76=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D64C is #5729B3. Grayscale: #B9B9B9. Windows color (decimal): -5712308 or 5035688. OLE color: 5035688.

HSL color Cylindrical-coordinate representation of color #A8D64C: hue angle of 80º 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 #A8D64C is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 76 -
CMYK 0.21 0 0.64 0.16
HSL 80º 0.63% 0.57% -
HSV(B) 80º 0.64% 0.84% -
XYZ 41.5 56.94 15.64 -
YUV 184.51 66.76 116.22 -
System Red Green Blue C M Y K H S L
Decimal 168 214 76 0.21 0 0.64 0.16 80 0.63 0.57
Hex A8 D6 4C 15 0 40 10 50 3F 39
Octal 250 326 114 25 0 100 20 120 77 71
Binary 10101000 11010110 1001100 10101 0 1000000 10000 1010000 111111 111001

Color Harmonies of #A8D64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D64C

Black with #A8D64C

Text Example


Text Example

White with #A8D64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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