Html Css Color HEX #A0F063 Conifer

📋 copy color: '#A0F063'

red 160 ◦ green 240 ◦ blue 99

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

Shades of Conifer #A0F063

Tints of Conifer #A0F063

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.1%

 BLUE value IS 99 (39.06% from 255) = 19.84%

R = 32.06%
G = 48.1%
B = 19.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#A0F063 (or 0xA0F063) is known color: Conifer. HEX triplet: A0, F0 and 63. RGB value is (160,240,99). Sum of RGB (Red+Green+Blue) = 160+240+99=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F063 is #5F0F9C. Grayscale: #C8C8C8. Windows color (decimal): -6229917 or 6549664. OLE color: 6549664.

HSL color Cylindrical-coordinate representation of color #A0F063: hue angle of 94.04º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0F063 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 240 99 -
CMYK 0.33 0 0.59 0.06
HSL 94.04º 0.82% 0.66% -
HSV(B) 94.04º 0.59% 0.94% -
XYZ 47.91 70.69 22.92 -
YUV 200.01 71 99.46 -
System Red Green Blue C M Y K H S L
Decimal 160 240 99 0.33 0 0.59 0.06 94.04 0.82 0.66
Hex A0 F0 63 21 0 3B 6 5E 52 42
Octal 240 360 143 41 0 73 6 136 122 102
Binary 10100000 11110000 1100011 100001 0 111011 110 1011110 1010010 1000010

Color Harmonies of #A0F063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F063

Black with #A0F063

Text Example


Text Example

White with #A0F063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F063; }

 p { color: rgb(160,240,99); }

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

background-color css

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

 a { background-color: rgb(160,240,99); }

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

border-color css

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

 span { border-color: rgb(160,240,99); }

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