Html Css Color HEX #A1F650 Conifer

📋 copy color: '#A1F650'

red 161 ◦ green 246 ◦ blue 80

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

Shades of Conifer #A1F650

Tints of Conifer #A1F650

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.51%

 BLUE value IS 80 (31.64% from 255) = 16.43%

R = 33.06%
G = 50.51%
B = 16.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#A1F650 (or 0xA1F650) is known color: Conifer. HEX triplet: A1, F6 and 50. RGB value is (161,246,80). Sum of RGB (Red+Green+Blue) = 161+246+80=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F650 is #5E09AF. Grayscale: #CACACA. Windows color (decimal): -6162864 or 5306017. OLE color: 5306017.

HSL color Cylindrical-coordinate representation of color #A1F650: hue angle of 90.72º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1F650 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 246 80 -
CMYK 0.35 0 0.67 0.04
HSL 90.72º 0.9% 0.64% -
HSV(B) 90.72º 0.67% 0.96% -
XYZ 49.1 74.07 19.3 -
YUV 201.66 59.34 99 -
System Red Green Blue C M Y K H S L
Decimal 161 246 80 0.35 0 0.67 0.04 90.72 0.9 0.64
Hex A1 F6 50 23 0 43 4 5B 5A 40
Octal 241 366 120 43 0 103 4 133 132 100
Binary 10100001 11110110 1010000 100011 0 1000011 100 1011011 1011010 1000000

Color Harmonies of #A1F650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F650

Black with #A1F650

Text Example


Text Example

White with #A1F650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F650; }

 p { color: rgb(161,246,80); }

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

background-color css

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

 a { background-color: rgb(161,246,80); }

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

border-color css

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

 span { border-color: rgb(161,246,80); }

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