Html Css Color HEX #A6FE64 Conifer

📋 copy color: '#A6FE64'

red 166 ◦ green 254 ◦ blue 100

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

Shades of Conifer #A6FE64

Tints of Conifer #A6FE64

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.85%

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

R = 31.92%
G = 48.85%
B = 19.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#A6FE64 (or 0xA6FE64) is known color: Conifer. HEX triplet: A6, FE and 64. RGB value is (166,254,100). Sum of RGB (Red+Green+Blue) = 166+254+100=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FE64 is #59019B. Grayscale: #D2D2D2. Windows color (decimal): -5833116 or 6618790. OLE color: 6618790.

HSL color Cylindrical-coordinate representation of color #A6FE64: hue angle of 94.29º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6FE64 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 254 100 -
CMYK 0.35 0 0.61 0.00
HSL 94.29º 0.99% 0.69% -
HSV(B) 94.29º 0.61% 1% -
XYZ 53.47 79.91 24.66 -
YUV 210.13 65.85 96.52 -
System Red Green Blue C M Y K H S L
Decimal 166 254 100 0.35 0 0.61 0.00 94.29 0.99 0.69
Hex A6 FE 64 23 0 3D 0 5E 63 45
Octal 246 376 144 43 0 75 0 136 143 105
Binary 10100110 11111110 1100100 100011 0 111101 0 1011110 1100011 1000101

Color Harmonies of #A6FE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FE64

Black with #A6FE64

Text Example


Text Example

White with #A6FE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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