Html Css Color HEX #A1F15A Conifer

📋 copy color: '#A1F15A'

red 161 ◦ green 241 ◦ blue 90

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

Shades of Conifer #A1F15A

Tints of Conifer #A1F15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.29%

R = 32.72%
G = 48.98%
B = 18.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#A1F15A (or 0xA1F15A) is known color: Conifer. HEX triplet: A1, F1 and 5A. RGB value is (161,241,90). Sum of RGB (Red+Green+Blue) = 161+241+90=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F15A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F15A is #5E0EA5. Grayscale: #C8C8C8. Windows color (decimal): -6164134 or 5960097. OLE color: 5960097.

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

Color convert

RGB 161 241 90 -
CMYK 0.33 0 0.63 0.05
HSL 91.79º 0.84% 0.65% -
HSV(B) 91.79º 0.63% 0.95% -
XYZ 48 71.23 20.89 -
YUV 199.87 66 100.28 -
System Red Green Blue C M Y K H S L
Decimal 161 241 90 0.33 0 0.63 0.05 91.79 0.84 0.65
Hex A1 F1 5A 21 0 3F 5 5C 54 41
Octal 241 361 132 41 0 77 5 134 124 101
Binary 10100001 11110001 1011010 100001 0 111111 101 1011100 1010100 1000001

Color Harmonies of #A1F15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F15A

Black with #A1F15A

Text Example


Text Example

White with #A1F15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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