Html Css Color HEX #A1F156 Conifer

📋 copy color: '#A1F156'

red 161 ◦ green 241 ◦ blue 86

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

Shades of Conifer #A1F156

Tints of Conifer #A1F156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.62%

R = 32.99%
G = 49.39%
B = 17.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#A1F156 (or 0xA1F156) is known color: Conifer. HEX triplet: A1, F1 and 56. RGB value is (161,241,86). Sum of RGB (Red+Green+Blue) = 161+241+86=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F156 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F156 is #5E0EA9. Grayscale: #C7C7C7. Windows color (decimal): -6164138 or 5697953. OLE color: 5697953.

HSL color Cylindrical-coordinate representation of color #A1F156: hue angle of 90.97º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1F156 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 241 86 -
CMYK 0.33 0 0.64 0.05
HSL 90.97º 0.85% 0.64% -
HSV(B) 90.97º 0.64% 0.95% -
XYZ 47.83 71.16 20.02 -
YUV 199.41 64 100.6 -
System Red Green Blue C M Y K H S L
Decimal 161 241 86 0.33 0 0.64 0.05 90.97 0.85 0.64
Hex A1 F1 56 21 0 40 5 5B 55 40
Octal 241 361 126 41 0 100 5 133 125 100
Binary 10100001 11110001 1010110 100001 0 1000000 101 1011011 1010101 1000000

Color Harmonies of #A1F156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F156

Black with #A1F156

Text Example


Text Example

White with #A1F156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F156; }

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

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

background-color css

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

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

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

border-color css

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

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

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