Html Css Color HEX #A6CD64 Conifer

📋 copy color: '#A6CD64'

red 166 ◦ green 205 ◦ blue 100

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

Shades of Conifer #A6CD64

Tints of Conifer #A6CD64

RGB

 RED value IS 166 (65.23% from 255) = 35.24%

 GREEN value IS 205 (80.47% from 255) = 43.52%

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

R = 35.24%
G = 43.52%
B = 21.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#A6CD64 (or 0xA6CD64) is known color: Conifer. HEX triplet: A6, CD and 64. RGB value is (166,205,100). Sum of RGB (Red+Green+Blue) = 166+205+100=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CD64 is #59329B. Grayscale: #B5B5B5. Windows color (decimal): -5845660 or 6606246. OLE color: 6606246.

HSL color Cylindrical-coordinate representation of color #A6CD64: hue angle of 82.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6CD64 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 205 100 -
CMYK 0.19 0 0.51 0.20
HSL 82.29º 0.51% 0.6% -
HSV(B) 82.29º 0.51% 0.8% -
XYZ 39.86 52.69 20.13 -
YUV 181.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 166 205 100 0.19 0 0.51 0.20 82.29 0.51 0.6
Hex A6 CD 64 13 0 33 14 52 33 3C
Octal 246 315 144 23 0 63 24 122 63 74
Binary 10100110 11001101 1100100 10011 0 110011 10100 1010010 110011 111100

Color Harmonies of #A6CD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CD64

Black with #A6CD64

Text Example


Text Example

White with #A6CD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CD64; }

 p { color: rgb(166,205,100); }

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

background-color css

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

 a { background-color: rgb(166,205,100); }

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

border-color css

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

 span { border-color: rgb(166,205,100); }

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