Html Css Color HEX #A6F165 Conifer

📋 copy color: '#A6F165'

red 166 ◦ green 241 ◦ blue 101

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

Shades of Conifer #A6F165

Tints of Conifer #A6F165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.44%

 BLUE value IS 101 (39.84% from 255) = 19.88%

R = 32.68%
G = 47.44%
B = 19.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#A6F165 (or 0xA6F165) is known color: Conifer. HEX triplet: A6, F1 and 65. RGB value is (166,241,101). Sum of RGB (Red+Green+Blue) = 166+241+101=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F165 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F165 is #590E9A. Grayscale: #CBCBCB. Windows color (decimal): -5836443 or 6680998. OLE color: 6680998.

HSL color Cylindrical-coordinate representation of color #A6F165: hue angle of 92.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6F165 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 241 101 -
CMYK 0.31 0 0.58 0.05
HSL 92.14º 0.83% 0.67% -
HSV(B) 92.14º 0.58% 0.95% -
XYZ 49.53 71.96 23.59 -
YUV 202.62 70.65 101.88 -
System Red Green Blue C M Y K H S L
Decimal 166 241 101 0.31 0 0.58 0.05 92.14 0.83 0.67
Hex A6 F1 65 1F 0 3A 5 5C 53 43
Octal 246 361 145 37 0 72 5 134 123 103
Binary 10100110 11110001 1100101 11111 0 111010 101 1011100 1010011 1000011

Color Harmonies of #A6F165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F165

Black with #A6F165

Text Example


Text Example

White with #A6F165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F165; }

 p { color: rgb(166,241,101); }

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

background-color css

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

 a { background-color: rgb(166,241,101); }

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

border-color css

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

 span { border-color: rgb(166,241,101); }

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