Html Css Color HEX #A1F15C Conifer

📋 copy color: '#A1F15C'

red 161 ◦ green 241 ◦ blue 92

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

Shades of Conifer #A1F15C

Tints of Conifer #A1F15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.62%

R = 32.59%
G = 48.79%
B = 18.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#A1F15C (or 0xA1F15C) is known color: Conifer. HEX triplet: A1, F1 and 5C. RGB value is (161,241,92). Sum of RGB (Red+Green+Blue) = 161+241+92=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F15C is #5E0EA3. Grayscale: #C8C8C8. Windows color (decimal): -6164132 or 6091169. OLE color: 6091169.

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

Color convert

RGB 161 241 92 -
CMYK 0.33 0 0.62 0.05
HSL 92.21º 0.84% 0.65% -
HSV(B) 92.21º 0.62% 0.95% -
XYZ 48.09 71.26 21.35 -
YUV 200.09 67 100.12 -
System Red Green Blue C M Y K H S L
Decimal 161 241 92 0.33 0 0.62 0.05 92.21 0.84 0.65
Hex A1 F1 5C 21 0 3E 5 5C 54 41
Octal 241 361 134 41 0 76 5 134 124 101
Binary 10100001 11110001 1011100 100001 0 111110 101 1011100 1010100 1000001

Color Harmonies of #A1F15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F15C

Black with #A1F15C

Text Example


Text Example

White with #A1F15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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