Html Css Color HEX #A6D365 Conifer

📋 copy color: '#A6D365'

red 166 ◦ green 211 ◦ blue 101

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

Shades of Conifer #A6D365

Tints of Conifer #A6D365

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.14%

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 34.73%
G = 44.14%
B = 21.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#A6D365 (or 0xA6D365) is known color: Conifer. HEX triplet: A6, D3 and 65. RGB value is (166,211,101). Sum of RGB (Red+Green+Blue) = 166+211+101=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D365 is #592C9A. Grayscale: #B9B9B9. Windows color (decimal): -5844123 or 6673318. OLE color: 6673318.

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

Color convert

RGB 166 211 101 -
CMYK 0.21 0 0.52 0.17
HSL 84.55º 0.56% 0.61% -
HSV(B) 84.55º 0.52% 0.83% -
XYZ 41.37 55.64 20.87 -
YUV 185.01 80.59 114.44 -
System Red Green Blue C M Y K H S L
Decimal 166 211 101 0.21 0 0.52 0.17 84.55 0.56 0.61
Hex A6 D3 65 15 0 34 11 55 38 3D
Octal 246 323 145 25 0 64 21 125 70 75
Binary 10100110 11010011 1100101 10101 0 110100 10001 1010101 111000 111101

Color Harmonies of #A6D365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D365

Black with #A6D365

Text Example


Text Example

White with #A6D365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D365; }

 p { color: rgb(166,211,101); }

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

background-color css

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

 a { background-color: rgb(166,211,101); }

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

border-color css

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

 span { border-color: rgb(166,211,101); }

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