Html Css Color HEX #A6C65C Conifer

📋 copy color: '#A6C65C'

red 166 ◦ green 198 ◦ blue 92

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

Shades of Conifer #A6C65C

Tints of Conifer #A6C65C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

 BLUE value IS 92 (36.33% from 255) = 20.18%

R = 36.4%
G = 43.42%
B = 20.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#A6C65C (or 0xA6C65C) is known color: Conifer. HEX triplet: A6, C6 and 5C. RGB value is (166,198,92). Sum of RGB (Red+Green+Blue) = 166+198+92=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C65C is #5939A3. Grayscale: #B0B0B0. Windows color (decimal): -5847460 or 6080166. OLE color: 6080166.

HSL color Cylindrical-coordinate representation of color #A6C65C: hue angle of 78.11º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6C65C is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 92 -
CMYK 0.16 0 0.54 0.22
HSL 78.11º 0.48% 0.57% -
HSV(B) 78.11º 0.54% 0.78% -
XYZ 37.85 49.27 17.64 -
YUV 176.35 80.4 120.62 -
System Red Green Blue C M Y K H S L
Decimal 166 198 92 0.16 0 0.54 0.22 78.11 0.48 0.57
Hex A6 C6 5C 10 0 36 16 4E 30 39
Octal 246 306 134 20 0 66 26 116 60 71
Binary 10100110 11000110 1011100 10000 0 110110 10110 1001110 110000 111001

Color Harmonies of #A6C65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C65C

Black with #A6C65C

Text Example


Text Example

White with #A6C65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C65C; }

 p { color: rgb(166,198,92); }

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

background-color css

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

 a { background-color: rgb(166,198,92); }

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

border-color css

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

 span { border-color: rgb(166,198,92); }

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