Html Css Color HEX #A1F963 Conifer

📋 copy color: '#A1F963'

red 161 ◦ green 249 ◦ blue 99

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

Shades of Conifer #A1F963

Tints of Conifer #A1F963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.45%

R = 31.63%
G = 48.92%
B = 19.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#A1F963 (or 0xA1F963) is known color: Conifer. HEX triplet: A1, F9 and 63. RGB value is (161,249,99). Sum of RGB (Red+Green+Blue) = 161+249+99=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F963 is #5E069C. Grayscale: #CECECE. Windows color (decimal): -6162077 or 6551969. OLE color: 6551969.

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

Color convert

RGB 161 249 99 -
CMYK 0.35 0 0.60 0.02
HSL 95.2º 0.93% 0.68% -
HSV(B) 95.2º 0.6% 0.98% -
XYZ 50.83 76.23 23.84 -
YUV 205.59 67.85 96.2 -
System Red Green Blue C M Y K H S L
Decimal 161 249 99 0.35 0 0.60 0.02 95.2 0.93 0.68
Hex A1 F9 63 23 0 3C 2 5F 5D 44
Octal 241 371 143 43 0 74 2 137 135 104
Binary 10100001 11111001 1100011 100011 0 111100 10 1011111 1011101 1000100

Color Harmonies of #A1F963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F963

Black with #A1F963

Text Example


Text Example

White with #A1F963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F963; }

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

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

background-color css

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

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

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

border-color css

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

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

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