Html Css Color HEX #A6F95D Conifer

📋 copy color: '#A6F95D'

red 166 ◦ green 249 ◦ blue 93

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

Shades of Conifer #A6F95D

Tints of Conifer #A6F95D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.02%

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

R = 32.68%
G = 49.02%
B = 18.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#A6F95D (or 0xA6F95D) is known color: Conifer. HEX triplet: A6, F9 and 5D. RGB value is (166,249,93). Sum of RGB (Red+Green+Blue) = 166+249+93=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F95D is #5906A2. Grayscale: #CECECE. Windows color (decimal): -5834403 or 6158758. OLE color: 6158758.

HSL color Cylindrical-coordinate representation of color #A6F95D: hue angle of 91.92º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6F95D is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 249 93 -
CMYK 0.33 0 0.63 0.02
HSL 91.92º 0.93% 0.67% -
HSV(B) 91.92º 0.63% 0.98% -
XYZ 51.58 76.65 22.43 -
YUV 206.4 64 99.18 -
System Red Green Blue C M Y K H S L
Decimal 166 249 93 0.33 0 0.63 0.02 91.92 0.93 0.67
Hex A6 F9 5D 21 0 3F 2 5C 5D 43
Octal 246 371 135 41 0 77 2 134 135 103
Binary 10100110 11111001 1011101 100001 0 111111 10 1011100 1011101 1000011

Color Harmonies of #A6F95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F95D

Black with #A6F95D

Text Example


Text Example

White with #A6F95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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