Html Css Color HEX #A0F358 Conifer

📋 copy color: '#A0F358'

red 160 ◦ green 243 ◦ blue 88

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

Shades of Conifer #A0F358

Tints of Conifer #A0F358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.92%

R = 32.59%
G = 49.49%
B = 17.92%

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

#A0F358 (or 0xA0F358) is known color: Conifer. HEX triplet: A0, F3 and 58. RGB value is (160,243,88). Sum of RGB (Red+Green+Blue) = 160+243+88=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F358 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F358 is #5F0CA7. Grayscale: #C9C9C9. Windows color (decimal): -6229160 or 5829536. OLE color: 5829536.

HSL color Cylindrical-coordinate representation of color #A0F358: hue angle of 92.13º 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 #A0F358 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 243 88 -
CMYK 0.34 0 0.64 0.05
HSL 92.13º 0.87% 0.65% -
HSV(B) 92.13º 0.64% 0.95% -
XYZ 48.31 72.28 20.64 -
YUV 200.51 64.5 99.1 -
System Red Green Blue C M Y K H S L
Decimal 160 243 88 0.34 0 0.64 0.05 92.13 0.87 0.65
Hex A0 F3 58 22 0 40 5 5C 57 41
Octal 240 363 130 42 0 100 5 134 127 101
Binary 10100000 11110011 1011000 100010 0 1000000 101 1011100 1010111 1000001

Color Harmonies of #A0F358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F358

Black with #A0F358

Text Example


Text Example

White with #A0F358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F358; }

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

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

background-color css

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

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

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

border-color css

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

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

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