Html Css Color HEX #A0F357 Conifer

📋 copy color: '#A0F357'

red 160 ◦ green 243 ◦ blue 87

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

Shades of Conifer #A0F357

Tints of Conifer #A0F357

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.59%

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

R = 32.65%
G = 49.59%
B = 17.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#A0F357 (or 0xA0F357) is known color: Conifer. HEX triplet: A0, F3 and 57. RGB value is (160,243,87). Sum of RGB (Red+Green+Blue) = 160+243+87=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F357 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F357 is #5F0CA8. Grayscale: #C8C8C8. Windows color (decimal): -6229161 or 5764000. OLE color: 5764000.

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

Color convert

RGB 160 243 87 -
CMYK 0.34 0 0.64 0.05
HSL 91.92º 0.87% 0.65% -
HSV(B) 91.92º 0.64% 0.95% -
XYZ 48.27 72.26 20.42 -
YUV 200.4 64 99.18 -
System Red Green Blue C M Y K H S L
Decimal 160 243 87 0.34 0 0.64 0.05 91.92 0.87 0.65
Hex A0 F3 57 22 0 40 5 5C 57 41
Octal 240 363 127 42 0 100 5 134 127 101
Binary 10100000 11110011 1010111 100010 0 1000000 101 1011100 1010111 1000001

Color Harmonies of #A0F357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F357

Black with #A0F357

Text Example


Text Example

White with #A0F357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F357; }

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

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

background-color css

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

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

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

border-color css

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

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

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