Html Css Color HEX #A0F148 Conifer

📋 copy color: '#A0F148'

red 160 ◦ green 241 ◦ blue 72

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

Shades of Conifer #A0F148

Tints of Conifer #A0F148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.22%

R = 33.83%
G = 50.95%
B = 15.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#A0F148 (or 0xA0F148) is known color: Conifer. HEX triplet: A0, F1 and 48. RGB value is (160,241,72). Sum of RGB (Red+Green+Blue) = 160+241+72=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F148 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F148 is #5F0EB7. Grayscale: #C6C6C6. Windows color (decimal): -6229688 or 4780448. OLE color: 4780448.

HSL color Cylindrical-coordinate representation of color #A0F148: hue angle of 88.76º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0F148 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 241 72 -
CMYK 0.34 0 0.70 0.05
HSL 88.76º 0.86% 0.61% -
HSV(B) 88.76º 0.7% 0.95% -
XYZ 47.12 70.85 17.32 -
YUV 197.52 57.16 101.24 -
System Red Green Blue C M Y K H S L
Decimal 160 241 72 0.34 0 0.70 0.05 88.76 0.86 0.61
Hex A0 F1 48 22 0 46 5 59 56 3D
Octal 240 361 110 42 0 106 5 131 126 75
Binary 10100000 11110001 1001000 100010 0 1000110 101 1011001 1010110 111101

Color Harmonies of #A0F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F148

Black with #A0F148

Text Example


Text Example

White with #A0F148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F148; }

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

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

background-color css

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

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

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

border-color css

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

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

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