Html Css Color HEX #A6D465 Conifer

📋 copy color: '#A6D465'

red 166 ◦ green 212 ◦ blue 101

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

Shades of Conifer #A6D465

Tints of Conifer #A6D465

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.26%

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

R = 34.66%
G = 44.26%
B = 21.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#A6D465 (or 0xA6D465) is known color: Conifer. HEX triplet: A6, D4 and 65. RGB value is (166,212,101). Sum of RGB (Red+Green+Blue) = 166+212+101=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D465 is #592B9A. Grayscale: #B9B9B9. Windows color (decimal): -5843867 or 6673574. OLE color: 6673574.

HSL color Cylindrical-coordinate representation of color #A6D465: hue angle of 84.86º 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 #A6D465 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 212 101 -
CMYK 0.22 0 0.52 0.17
HSL 84.86º 0.56% 0.61% -
HSV(B) 84.86º 0.52% 0.83% -
XYZ 41.62 56.13 20.95 -
YUV 185.59 80.26 114.03 -
System Red Green Blue C M Y K H S L
Decimal 166 212 101 0.22 0 0.52 0.17 84.86 0.56 0.61
Hex A6 D4 65 16 0 34 11 55 38 3D
Octal 246 324 145 26 0 64 21 125 70 75
Binary 10100110 11010100 1100101 10110 0 110100 10001 1010101 111000 111101

Color Harmonies of #A6D465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D465

Black with #A6D465

Text Example


Text Example

White with #A6D465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D465; }

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

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

background-color css

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

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

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

border-color css

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

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

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