Html Css Color HEX #A6DF5F Conifer

📋 copy color: '#A6DF5F'

red 166 ◦ green 223 ◦ blue 95

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

Shades of Conifer #A6DF5F

Tints of Conifer #A6DF5F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 34.3%
G = 46.07%
B = 19.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#A6DF5F (or 0xA6DF5F) is known color: Conifer. HEX triplet: A6, DF and 5F. RGB value is (166,223,95). Sum of RGB (Red+Green+Blue) = 166+223+95=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF5F is #5920A0. Grayscale: #BFBFBF. Windows color (decimal): -5841057 or 6283174. OLE color: 6283174.

HSL color Cylindrical-coordinate representation of color #A6DF5F: hue angle of 86.72º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6DF5F is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 95 -
CMYK 0.26 0 0.57 0.13
HSL 86.72º 0.67% 0.62% -
HSV(B) 86.72º 0.57% 0.87% -
XYZ 44.18 61.71 20.41 -
YUV 191.37 73.62 109.91 -
System Red Green Blue C M Y K H S L
Decimal 166 223 95 0.26 0 0.57 0.13 86.72 0.67 0.62
Hex A6 DF 5F 1A 0 39 D 57 43 3E
Octal 246 337 137 32 0 71 15 127 103 76
Binary 10100110 11011111 1011111 11010 0 111001 1101 1010111 1000011 111110

Color Harmonies of #A6DF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF5F

Black with #A6DF5F

Text Example


Text Example

White with #A6DF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF5F; }

 p { color: rgb(166,223,95); }

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

background-color css

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

 a { background-color: rgb(166,223,95); }

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

border-color css

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

 span { border-color: rgb(166,223,95); }

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