Html Css Color HEX #A6F050 Conifer

📋 copy color: '#A6F050'

red 166 ◦ green 240 ◦ blue 80

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

Shades of Conifer #A6F050

Tints of Conifer #A6F050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.38%

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

R = 34.16%
G = 49.38%
B = 16.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#A6F050 (or 0xA6F050) is known color: Conifer. HEX triplet: A6, F0 and 50. RGB value is (166,240,80). Sum of RGB (Red+Green+Blue) = 166+240+80=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F050 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F050 is #590FAF. Grayscale: #C8C8C8. Windows color (decimal): -5836720 or 5304486. OLE color: 5304486.

HSL color Cylindrical-coordinate representation of color #A6F050: hue angle of 87.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6F050 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 240 80 -
CMYK 0.31 0 0.67 0.06
HSL 87.75º 0.84% 0.63% -
HSV(B) 87.75º 0.67% 0.94% -
XYZ 48.33 71.01 18.75 -
YUV 199.63 60.48 104.01 -
System Red Green Blue C M Y K H S L
Decimal 166 240 80 0.31 0 0.67 0.06 87.75 0.84 0.63
Hex A6 F0 50 1F 0 43 6 58 54 3F
Octal 246 360 120 37 0 103 6 130 124 77
Binary 10100110 11110000 1010000 11111 0 1000011 110 1011000 1010100 111111

Color Harmonies of #A6F050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F050

Black with #A6F050

Text Example


Text Example

White with #A6F050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F050; }

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

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

background-color css

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

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

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

border-color css

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

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

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