Html Css Color HEX #A1F666 Conifer

📋 copy color: '#A1F666'

red 161 ◦ green 246 ◦ blue 102

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

Shades of Conifer #A1F666

Tints of Conifer #A1F666

RGB

 RED value IS 161 (63.28% from 255) = 31.63%

 GREEN value IS 246 (96.48% from 255) = 48.33%

 BLUE value IS 102 (40.23% from 255) = 20.04%

R = 31.63%
G = 48.33%
B = 20.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#A1F666 (or 0xA1F666) is known color: Conifer. HEX triplet: A1, F6 and 66. RGB value is (161,246,102). Sum of RGB (Red+Green+Blue) = 161+246+102=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F666 is #5E0999. Grayscale: #CCCCCC. Windows color (decimal): -6162842 or 6747809. OLE color: 6747809.

HSL color Cylindrical-coordinate representation of color #A1F666: hue angle of 95.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1F666 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 246 102 -
CMYK 0.35 0 0.59 0.04
HSL 95.42º 0.89% 0.68% -
HSV(B) 95.42º 0.59% 0.96% -
XYZ 50.05 74.45 24.3 -
YUV 204.17 70.34 97.21 -
System Red Green Blue C M Y K H S L
Decimal 161 246 102 0.35 0 0.59 0.04 95.42 0.89 0.68
Hex A1 F6 66 23 0 3B 4 5F 59 44
Octal 241 366 146 43 0 73 4 137 131 104
Binary 10100001 11110110 1100110 100011 0 111011 100 1011111 1011001 1000100

Color Harmonies of #A1F666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F666

Black with #A1F666

Text Example


Text Example

White with #A1F666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F666; }

 p { color: rgb(161,246,102); }

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

background-color css

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

 a { background-color: rgb(161,246,102); }

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

border-color css

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

 span { border-color: rgb(161,246,102); }

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