Html Css Color HEX #A0F650 Conifer

📋 copy color: '#A0F650'

red 160 ◦ green 246 ◦ blue 80

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

Shades of Conifer #A0F650

Tints of Conifer #A0F650

RGB

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

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

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

R = 32.92%
G = 50.62%
B = 16.46%

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

#A0F650 (or 0xA0F650) is known color: Conifer. HEX triplet: A0, F6 and 50. RGB value is (160,246,80). Sum of RGB (Red+Green+Blue) = 160+246+80=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F650 is #5F09AF. Grayscale: #C9C9C9. Windows color (decimal): -6228400 or 5306016. OLE color: 5306016.

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

Color convert

RGB 160 246 80 -
CMYK 0.35 0 0.67 0.04
HSL 91.08º 0.9% 0.64% -
HSV(B) 91.08º 0.67% 0.96% -
XYZ 48.9 73.96 19.29 -
YUV 201.36 59.51 98.5 -
System Red Green Blue C M Y K H S L
Decimal 160 246 80 0.35 0 0.67 0.04 91.08 0.9 0.64
Hex A0 F6 50 23 0 43 4 5B 5A 40
Octal 240 366 120 43 0 103 4 133 132 100
Binary 10100000 11110110 1010000 100011 0 1000011 100 1011011 1011010 1000000

Color Harmonies of #A0F650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F650

Black with #A0F650

Text Example


Text Example

White with #A0F650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F650; }

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

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

background-color css

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

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

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

border-color css

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

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

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