Html Css Color HEX #A6F466 Conifer

📋 copy color: '#A6F466'

red 166 ◦ green 244 ◦ blue 102

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

Shades of Conifer #A6F466

Tints of Conifer #A6F466

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.66%

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 32.42%
G = 47.66%
B = 19.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#A6F466 (or 0xA6F466) is known color: Conifer. HEX triplet: A6, F4 and 66. RGB value is (166,244,102). Sum of RGB (Red+Green+Blue) = 166+244+102=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F466 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F466 is #590B99. Grayscale: #CCCCCC. Windows color (decimal): -5835674 or 6747302. OLE color: 6747302.

HSL color Cylindrical-coordinate representation of color #A6F466: hue angle of 92.96º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6F466 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 244 102 -
CMYK 0.32 0 0.58 0.04
HSL 92.96º 0.87% 0.68% -
HSV(B) 92.96º 0.58% 0.96% -
XYZ 50.47 73.77 24.15 -
YUV 204.49 70.16 100.55 -
System Red Green Blue C M Y K H S L
Decimal 166 244 102 0.32 0 0.58 0.04 92.96 0.87 0.68
Hex A6 F4 66 20 0 3A 4 5D 57 44
Octal 246 364 146 40 0 72 4 135 127 104
Binary 10100110 11110100 1100110 100000 0 111010 100 1011101 1010111 1000100

Color Harmonies of #A6F466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F466

Black with #A6F466

Text Example


Text Example

White with #A6F466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F466; }

 p { color: rgb(166,244,102); }

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

background-color css

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

 a { background-color: rgb(166,244,102); }

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

border-color css

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

 span { border-color: rgb(166,244,102); }

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