Html Css Color HEX #A0F457 Conifer

📋 copy color: '#A0F457'

red 160 ◦ green 244 ◦ blue 87

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

Shades of Conifer #A0F457

Tints of Conifer #A0F457

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.69%

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

R = 32.59%
G = 49.69%
B = 17.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#A0F457 (or 0xA0F457) is known color: Conifer. HEX triplet: A0, F4 and 57. RGB value is (160,244,87). Sum of RGB (Red+Green+Blue) = 160+244+87=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 87 (34.38% from 255 or 17.72% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F457 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F457 is #5F0BA8. Grayscale: #C9C9C9. Windows color (decimal): -6228905 or 5764256. OLE color: 5764256.

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

Color convert

RGB 160 244 87 -
CMYK 0.34 0 0.64 0.04
HSL 92.1º 0.88% 0.65% -
HSV(B) 92.1º 0.64% 0.96% -
XYZ 48.57 72.86 20.52 -
YUV 200.99 63.67 98.77 -
System Red Green Blue C M Y K H S L
Decimal 160 244 87 0.34 0 0.64 0.04 92.1 0.88 0.65
Hex A0 F4 57 22 0 40 4 5C 58 41
Octal 240 364 127 42 0 100 4 134 130 101
Binary 10100000 11110100 1010111 100010 0 1000000 100 1011100 1011000 1000001

Color Harmonies of #A0F457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F457

Black with #A0F457

Text Example


Text Example

White with #A0F457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F457; }

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

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

background-color css

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

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

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

border-color css

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

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

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