Html Css Color HEX #A1F150 Conifer

📋 copy color: '#A1F150'

red 161 ◦ green 241 ◦ blue 80

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

Shades of Conifer #A1F150

Tints of Conifer #A1F150

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50%

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

R = 33.4%
G = 50%
B = 16.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#A1F150 (or 0xA1F150) is known color: Conifer. HEX triplet: A1, F1 and 50. RGB value is (161,241,80). Sum of RGB (Red+Green+Blue) = 161+241+80=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F150 is #5E0EAF. Grayscale: #C7C7C7. Windows color (decimal): -6164144 or 5304737. OLE color: 5304737.

HSL color Cylindrical-coordinate representation of color #A1F150: hue angle of 89.81º degrees, saturation: 0.85, 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 #A1F150 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 241 80 -
CMYK 0.33 0 0.67 0.05
HSL 89.81º 0.85% 0.63% -
HSV(B) 89.81º 0.67% 0.95% -
XYZ 47.6 71.07 18.8 -
YUV 198.73 61 101.09 -
System Red Green Blue C M Y K H S L
Decimal 161 241 80 0.33 0 0.67 0.05 89.81 0.85 0.63
Hex A1 F1 50 21 0 43 5 5A 55 3F
Octal 241 361 120 41 0 103 5 132 125 77
Binary 10100001 11110001 1010000 100001 0 1000011 101 1011010 1010101 111111

Color Harmonies of #A1F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F150

Black with #A1F150

Text Example


Text Example

White with #A1F150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F150; }

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

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

background-color css

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

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

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

border-color css

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

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

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