Html Css Color HEX #A8DC64 Conifer

📋 copy color: '#A8DC64'

red 168 ◦ green 220 ◦ blue 100

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

Shades of Conifer #A8DC64

Tints of Conifer #A8DC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.08%

 BLUE value IS 100 (39.45% from 255) = 20.49%

R = 34.43%
G = 45.08%
B = 20.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#A8DC64 (or 0xA8DC64) is known color: Conifer. HEX triplet: A8, DC and 64. RGB value is (168,220,100). Sum of RGB (Red+Green+Blue) = 168+220+100=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC64 is #57239B. Grayscale: #BFBFBF. Windows color (decimal): -5710748 or 6610088. OLE color: 6610088.

HSL color Cylindrical-coordinate representation of color #A8DC64: hue angle of 86º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8DC64 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 100 -
CMYK 0.24 0 0.55 0.14
HSL 86º 0.63% 0.63% -
HSV(B) 86º 0.55% 0.86% -
XYZ 44.04 60.43 21.4 -
YUV 190.77 76.77 111.76 -
System Red Green Blue C M Y K H S L
Decimal 168 220 100 0.24 0 0.55 0.14 86 0.63 0.63
Hex A8 DC 64 18 0 37 E 56 3F 3F
Octal 250 334 144 30 0 67 16 126 77 77
Binary 10101000 11011100 1100100 11000 0 110111 1110 1010110 111111 111111

Color Harmonies of #A8DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC64

Black with #A8DC64

Text Example


Text Example

White with #A8DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC64; }

 p { color: rgb(168,220,100); }

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

background-color css

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

 a { background-color: rgb(168,220,100); }

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

border-color css

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

 span { border-color: rgb(168,220,100); }

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