Html Css Color HEX #A1F165 Conifer

📋 copy color: '#A1F165'

red 161 ◦ green 241 ◦ blue 101

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

Shades of Conifer #A1F165

Tints of Conifer #A1F165

RGB

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

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

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

R = 32.01%
G = 47.91%
B = 20.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#A1F165 (or 0xA1F165) is known color: Conifer. HEX triplet: A1, F1 and 65. RGB value is (161,241,101). Sum of RGB (Red+Green+Blue) = 161+241+101=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F165 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F165 is #5E0E9A. Grayscale: #C9C9C9. Windows color (decimal): -6164123 or 6680993. OLE color: 6680993.

HSL color Cylindrical-coordinate representation of color #A1F165: hue angle of 94.29º 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 #A1F165 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 241 101 -
CMYK 0.33 0 0.58 0.05
HSL 94.29º 0.83% 0.67% -
HSV(B) 94.29º 0.58% 0.95% -
XYZ 48.5 71.43 23.54 -
YUV 201.12 71.5 99.38 -
System Red Green Blue C M Y K H S L
Decimal 161 241 101 0.33 0 0.58 0.05 94.29 0.83 0.67
Hex A1 F1 65 21 0 3A 5 5E 53 43
Octal 241 361 145 41 0 72 5 136 123 103
Binary 10100001 11110001 1100101 100001 0 111010 101 1011110 1010011 1000011

Color Harmonies of #A1F165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F165

Black with #A1F165

Text Example


Text Example

White with #A1F165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F165; }

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

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

background-color css

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

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

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

border-color css

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

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

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