Html Css Color HEX #A6CD63 Conifer

📋 copy color: '#A6CD63'

red 166 ◦ green 205 ◦ blue 99

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

Shades of Conifer #A6CD63

Tints of Conifer #A6CD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 35.32%
G = 43.62%
B = 21.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#A6CD63 (or 0xA6CD63) is known color: Conifer. HEX triplet: A6, CD and 63. RGB value is (166,205,99). Sum of RGB (Red+Green+Blue) = 166+205+99=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CD63 is #59329C. Grayscale: #B5B5B5. Windows color (decimal): -5845661 or 6540710. OLE color: 6540710.

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

Color convert

RGB 166 205 99 -
CMYK 0.19 0 0.52 0.20
HSL 82.08º 0.51% 0.6% -
HSV(B) 82.08º 0.52% 0.8% -
XYZ 39.81 52.67 19.87 -
YUV 181.26 81.58 117.12 -
System Red Green Blue C M Y K H S L
Decimal 166 205 99 0.19 0 0.52 0.20 82.08 0.51 0.6
Hex A6 CD 63 13 0 34 14 52 33 3C
Octal 246 315 143 23 0 64 24 122 63 74
Binary 10100110 11001101 1100011 10011 0 110100 10100 1010010 110011 111100

Color Harmonies of #A6CD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CD63

Black with #A6CD63

Text Example


Text Example

White with #A6CD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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