Html Css Color HEX #A6FE5D Conifer

📋 copy color: '#A6FE5D'

red 166 ◦ green 254 ◦ blue 93

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

Shades of Conifer #A6FE5D

Tints of Conifer #A6FE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.13%

R = 32.36%
G = 49.51%
B = 18.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#A6FE5D (or 0xA6FE5D) is known color: Conifer. HEX triplet: A6, FE and 5D. RGB value is (166,254,93). Sum of RGB (Red+Green+Blue) = 166+254+93=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FE5D is #5901A2. Grayscale: #D1D1D1. Windows color (decimal): -5833123 or 6160038. OLE color: 6160038.

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

Color convert

RGB 166 254 93 -
CMYK 0.35 0 0.63 0.00
HSL 92.8º 0.99% 0.68% -
HSV(B) 92.8º 0.63% 1% -
XYZ 53.14 79.78 22.95 -
YUV 209.33 62.35 97.09 -
System Red Green Blue C M Y K H S L
Decimal 166 254 93 0.35 0 0.63 0.00 92.8 0.99 0.68
Hex A6 FE 5D 23 0 3F 0 5D 63 44
Octal 246 376 135 43 0 77 0 135 143 104
Binary 10100110 11111110 1011101 100011 0 111111 0 1011101 1100011 1000100

Color Harmonies of #A6FE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FE5D

Black with #A6FE5D

Text Example


Text Example

White with #A6FE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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