Html Css Color HEX #A6F664 Conifer

📋 copy color: '#A6F664'

red 166 ◦ green 246 ◦ blue 100

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

Shades of Conifer #A6F664

Tints of Conifer #A6F664

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.05%

 BLUE value IS 100 (39.45% from 255) = 19.53%

R = 32.42%
G = 48.05%
B = 19.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#A6F664 (or 0xA6F664) is known color: Conifer. HEX triplet: A6, F6 and 64. RGB value is (166,246,100). Sum of RGB (Red+Green+Blue) = 166+246+100=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F664 is #59099B. Grayscale: #CDCDCD. Windows color (decimal): -5835164 or 6616742. OLE color: 6616742.

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

Color convert

RGB 166 246 100 -
CMYK 0.33 0 0.59 0.04
HSL 92.88º 0.89% 0.68% -
HSV(B) 92.88º 0.59% 0.96% -
XYZ 50.98 74.94 23.83 -
YUV 205.44 68.5 99.87 -
System Red Green Blue C M Y K H S L
Decimal 166 246 100 0.33 0 0.59 0.04 92.88 0.89 0.68
Hex A6 F6 64 21 0 3B 4 5D 59 44
Octal 246 366 144 41 0 73 4 135 131 104
Binary 10100110 11110110 1100100 100001 0 111011 100 1011101 1011001 1000100

Color Harmonies of #A6F664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F664

Black with #A6F664

Text Example


Text Example

White with #A6F664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F664; }

 p { color: rgb(166,246,100); }

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

background-color css

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

 a { background-color: rgb(166,246,100); }

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

border-color css

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

 span { border-color: rgb(166,246,100); }

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