Html Css Color HEX #A1F960 Conifer

📋 copy color: '#A1F960'

red 161 ◦ green 249 ◦ blue 96

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

Shades of Conifer #A1F960

Tints of Conifer #A1F960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.97%

R = 31.82%
G = 49.21%
B = 18.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#A1F960 (or 0xA1F960) is known color: Conifer. HEX triplet: A1, F9 and 60. RGB value is (161,249,96). Sum of RGB (Red+Green+Blue) = 161+249+96=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F960 is #5E069F. Grayscale: #CDCDCD. Windows color (decimal): -6162080 or 6355361. OLE color: 6355361.

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

Color convert

RGB 161 249 96 -
CMYK 0.35 0 0.61 0.02
HSL 94.51º 0.93% 0.68% -
HSV(B) 94.51º 0.61% 0.98% -
XYZ 50.68 76.17 23.1 -
YUV 205.25 66.35 96.44 -
System Red Green Blue C M Y K H S L
Decimal 161 249 96 0.35 0 0.61 0.02 94.51 0.93 0.68
Hex A1 F9 60 23 0 3D 2 5F 5D 44
Octal 241 371 140 43 0 75 2 137 135 104
Binary 10100001 11111001 1100000 100011 0 111101 10 1011111 1011101 1000100

Color Harmonies of #A1F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F960

Black with #A1F960

Text Example


Text Example

White with #A1F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F960; }

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

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

background-color css

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

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

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

border-color css

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

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

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