Html Css Color HEX #A6C952 Conifer

📋 copy color: '#A6C952'

red 166 ◦ green 201 ◦ blue 82

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

Shades of Conifer #A6C952

Tints of Conifer #A6C952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.77%

 BLUE value IS 82 (32.42% from 255) = 18.26%

R = 36.97%
G = 44.77%
B = 18.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#A6C952 (or 0xA6C952) is known color: Conifer. HEX triplet: A6, C9 and 52. RGB value is (166,201,82). Sum of RGB (Red+Green+Blue) = 166+201+82=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C952 is #5936AD. Grayscale: #B1B1B1. Windows color (decimal): -5846702 or 5425574. OLE color: 5425574.

HSL color Cylindrical-coordinate representation of color #A6C952: hue angle of 77.65º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6C952 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 201 82 -
CMYK 0.17 0 0.59 0.21
HSL 77.65º 0.52% 0.55% -
HSV(B) 77.65º 0.59% 0.79% -
XYZ 38.14 50.49 15.72 -
YUV 176.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 166 201 82 0.17 0 0.59 0.21 77.65 0.52 0.55
Hex A6 C9 52 11 0 3B 15 4E 34 37
Octal 246 311 122 21 0 73 25 116 64 67
Binary 10100110 11001001 1010010 10001 0 111011 10101 1001110 110100 110111

Color Harmonies of #A6C952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C952

Black with #A6C952

Text Example


Text Example

White with #A6C952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C952; }

 p { color: rgb(166,201,82); }

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

background-color css

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

 a { background-color: rgb(166,201,82); }

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

border-color css

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

 span { border-color: rgb(166,201,82); }

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