Html Css Color HEX #A0F657 Conifer

📋 copy color: '#A0F657'

red 160 ◦ green 246 ◦ blue 87

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

Shades of Conifer #A0F657

Tints of Conifer #A0F657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.65%

R = 32.45%
G = 49.9%
B = 17.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#A0F657 (or 0xA0F657) is known color: Conifer. HEX triplet: A0, F6 and 57. RGB value is (160,246,87). Sum of RGB (Red+Green+Blue) = 160+246+87=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 87 (34.38% from 255 or 17.65% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F657 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F657 is #5F09A8. Grayscale: #CACACA. Windows color (decimal): -6228393 or 5764768. OLE color: 5764768.

HSL color Cylindrical-coordinate representation of color #A0F657: hue angle of 92.45º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0F657 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 87 -
CMYK 0.35 0 0.65 0.04
HSL 92.45º 0.9% 0.65% -
HSV(B) 92.45º 0.65% 0.96% -
XYZ 49.17 74.07 20.72 -
YUV 202.16 63.01 97.93 -
System Red Green Blue C M Y K H S L
Decimal 160 246 87 0.35 0 0.65 0.04 92.45 0.9 0.65
Hex A0 F6 57 23 0 41 4 5C 5A 41
Octal 240 366 127 43 0 101 4 134 132 101
Binary 10100000 11110110 1010111 100011 0 1000001 100 1011100 1011010 1000001

Color Harmonies of #A0F657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F657

Black with #A0F657

Text Example


Text Example

White with #A0F657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F657; }

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

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

background-color css

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

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

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

border-color css

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

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

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