Html Css Color HEX #A6DF50 Conifer

📋 copy color: '#A6DF50'

red 166 ◦ green 223 ◦ blue 80

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

Shades of Conifer #A6DF50

Tints of Conifer #A6DF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.06%

R = 35.39%
G = 47.55%
B = 17.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#A6DF50 (or 0xA6DF50) is known color: Conifer. HEX triplet: A6, DF and 50. RGB value is (166,223,80). Sum of RGB (Red+Green+Blue) = 166+223+80=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF50 is #5920AF. Grayscale: #BEBEBE. Windows color (decimal): -5841072 or 5300134. OLE color: 5300134.

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

Color convert

RGB 166 223 80 -
CMYK 0.26 0 0.64 0.13
HSL 83.92º 0.69% 0.59% -
HSV(B) 83.92º 0.64% 0.87% -
XYZ 43.56 61.46 17.16 -
YUV 189.66 66.12 111.13 -
System Red Green Blue C M Y K H S L
Decimal 166 223 80 0.26 0 0.64 0.13 83.92 0.69 0.59
Hex A6 DF 50 1A 0 40 D 54 45 3B
Octal 246 337 120 32 0 100 15 124 105 73
Binary 10100110 11011111 1010000 11010 0 1000000 1101 1010100 1000101 111011

Color Harmonies of #A6DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF50

Black with #A6DF50

Text Example


Text Example

White with #A6DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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