Html Css Color HEX #A1F350 Conifer

📋 copy color: '#A1F350'

red 161 ◦ green 243 ◦ blue 80

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

Shades of Conifer #A1F350

Tints of Conifer #A1F350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.21%

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

R = 33.26%
G = 50.21%
B = 16.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#A1F350 (or 0xA1F350) is known color: Conifer. HEX triplet: A1, F3 and 50. RGB value is (161,243,80). Sum of RGB (Red+Green+Blue) = 161+243+80=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F350 is #5E0CAF. Grayscale: #C8C8C8. Windows color (decimal): -6163632 or 5305249. OLE color: 5305249.

HSL color Cylindrical-coordinate representation of color #A1F350: hue angle of 90.18º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1F350 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 243 80 -
CMYK 0.34 0 0.67 0.05
HSL 90.18º 0.87% 0.63% -
HSV(B) 90.18º 0.67% 0.95% -
XYZ 48.2 72.26 19 -
YUV 199.9 60.33 100.25 -
System Red Green Blue C M Y K H S L
Decimal 161 243 80 0.34 0 0.67 0.05 90.18 0.87 0.63
Hex A1 F3 50 22 0 43 5 5A 57 3F
Octal 241 363 120 42 0 103 5 132 127 77
Binary 10100001 11110011 1010000 100010 0 1000011 101 1011010 1010111 111111

Color Harmonies of #A1F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F350

Black with #A1F350

Text Example


Text Example

White with #A1F350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F350; }

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

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

background-color css

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

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

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

border-color css

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

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

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