Html Css Color HEX #A1F95A Conifer

📋 copy color: '#A1F95A'

red 161 ◦ green 249 ◦ blue 90

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

Shades of Conifer #A1F95A

Tints of Conifer #A1F95A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.8%

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

R = 32.2%
G = 49.8%
B = 18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#A1F95A (or 0xA1F95A) is known color: Conifer. HEX triplet: A1, F9 and 5A. RGB value is (161,249,90). Sum of RGB (Red+Green+Blue) = 161+249+90=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F95A is #5E06A5. Grayscale: #CDCDCD. Windows color (decimal): -6162086 or 5962145. OLE color: 5962145.

HSL color Cylindrical-coordinate representation of color #A1F95A: hue angle of 93.21º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1F95A is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 90 -
CMYK 0.35 0 0.64 0.02
HSL 93.21º 0.93% 0.66% -
HSV(B) 93.21º 0.64% 0.98% -
XYZ 50.42 76.07 21.7 -
YUV 204.56 63.35 96.93 -
System Red Green Blue C M Y K H S L
Decimal 161 249 90 0.35 0 0.64 0.02 93.21 0.93 0.66
Hex A1 F9 5A 23 0 40 2 5D 5D 42
Octal 241 371 132 43 0 100 2 135 135 102
Binary 10100001 11111001 1011010 100011 0 1000000 10 1011101 1011101 1000010

Color Harmonies of #A1F95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F95A

Black with #A1F95A

Text Example


Text Example

White with #A1F95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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