Html Css Color HEX #A1F958 Conifer

📋 copy color: '#A1F958'

red 161 ◦ green 249 ◦ blue 88

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

Shades of Conifer #A1F958

Tints of Conifer #A1F958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.67%

R = 32.33%
G = 50%
B = 17.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#A1F958 (or 0xA1F958) is known color: Conifer. HEX triplet: A1, F9 and 58. RGB value is (161,249,88). Sum of RGB (Red+Green+Blue) = 161+249+88=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F958 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F958 is #5E06A7. Grayscale: #CCCCCC. Windows color (decimal): -6162088 or 5831073. OLE color: 5831073.

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

Color convert

RGB 161 249 88 -
CMYK 0.35 0 0.65 0.02
HSL 92.8º 0.93% 0.66% -
HSV(B) 92.8º 0.65% 0.98% -
XYZ 50.34 76.03 21.26 -
YUV 204.33 62.35 97.09 -
System Red Green Blue C M Y K H S L
Decimal 161 249 88 0.35 0 0.65 0.02 92.8 0.93 0.66
Hex A1 F9 58 23 0 41 2 5D 5D 42
Octal 241 371 130 43 0 101 2 135 135 102
Binary 10100001 11111001 1011000 100011 0 1000001 10 1011101 1011101 1000010

Color Harmonies of #A1F958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F958

Black with #A1F958

Text Example


Text Example

White with #A1F958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F958; }

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

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

background-color css

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

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

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

border-color css

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

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

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