Html Css Color HEX #A0F150 Conifer

📋 copy color: '#A0F150'

red 160 ◦ green 241 ◦ blue 80

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

Shades of Conifer #A0F150

Tints of Conifer #A0F150

RGB

 RED value IS 160 (62.89% from 255) = 33.26%

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

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

R = 33.26%
G = 50.1%
B = 16.63%

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

#A0F150 (or 0xA0F150) is known color: Conifer. HEX triplet: A0, F1 and 50. RGB value is (160,241,80). Sum of RGB (Red+Green+Blue) = 160+241+80=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F150 is #5F0EAF. Grayscale: #C6C6C6. Windows color (decimal): -6229680 or 5304736. OLE color: 5304736.

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

Color convert

RGB 160 241 80 -
CMYK 0.34 0 0.67 0.05
HSL 90.19º 0.85% 0.63% -
HSV(B) 90.19º 0.67% 0.95% -
XYZ 47.4 70.96 18.79 -
YUV 198.43 61.16 100.59 -
System Red Green Blue C M Y K H S L
Decimal 160 241 80 0.34 0 0.67 0.05 90.19 0.85 0.63
Hex A0 F1 50 22 0 43 5 5A 55 3F
Octal 240 361 120 42 0 103 5 132 125 77
Binary 10100000 11110001 1010000 100010 0 1000011 101 1011010 1010101 111111

Color Harmonies of #A0F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F150

Black with #A0F150

Text Example


Text Example

White with #A0F150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F150; }

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

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

background-color css

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

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

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

border-color css

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

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

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