Html Css Color HEX #A6FD5E Conifer

📋 copy color: '#A6FD5E'

red 166 ◦ green 253 ◦ blue 94

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

Shades of Conifer #A6FD5E

Tints of Conifer #A6FD5E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.32%

 BLUE value IS 94 (37.11% from 255) = 18.32%

R = 32.36%
G = 49.32%
B = 18.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#A6FD5E (or 0xA6FD5E) is known color: Conifer. HEX triplet: A6, FD and 5E. RGB value is (166,253,94). Sum of RGB (Red+Green+Blue) = 166+253+94=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FD5E is #5902A1. Grayscale: #D1D1D1. Windows color (decimal): -5833378 or 6225318. OLE color: 6225318.

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

Color convert

RGB 166 253 94 -
CMYK 0.34 0 0.63 0.01
HSL 92.83º 0.98% 0.68% -
HSV(B) 92.83º 0.63% 0.99% -
XYZ 52.87 79.17 23.08 -
YUV 208.86 63.18 97.43 -
System Red Green Blue C M Y K H S L
Decimal 166 253 94 0.34 0 0.63 0.01 92.83 0.98 0.68
Hex A6 FD 5E 22 0 3F 1 5D 62 44
Octal 246 375 136 42 0 77 1 135 142 104
Binary 10100110 11111101 1011110 100010 0 111111 1 1011101 1100010 1000100

Color Harmonies of #A6FD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FD5E

Black with #A6FD5E

Text Example


Text Example

White with #A6FD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FD5E; }

 p { color: rgb(166,253,94); }

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

background-color css

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

 a { background-color: rgb(166,253,94); }

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

border-color css

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

 span { border-color: rgb(166,253,94); }

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