Html Css Color HEX #A0FE63 Conifer

📋 copy color: '#A0FE63'

red 160 ◦ green 254 ◦ blue 99

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

Shades of Conifer #A0FE63

Tints of Conifer #A0FE63

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.51%

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

R = 31.19%
G = 49.51%
B = 19.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#A0FE63 (or 0xA0FE63) is known color: Conifer. HEX triplet: A0, FE and 63. RGB value is (160,254,99). Sum of RGB (Red+Green+Blue) = 160+254+99=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FE63 is #5F019C. Grayscale: #D0D0D0. Windows color (decimal): -6226333 or 6553248. OLE color: 6553248.

HSL color Cylindrical-coordinate representation of color #A0FE63: hue angle of 96.39º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0FE63 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 254 99 -
CMYK 0.37 0 0.61 0.00
HSL 96.39º 0.99% 0.69% -
HSV(B) 96.39º 0.61% 1% -
XYZ 52.19 79.26 24.35 -
YUV 208.22 66.36 93.6 -
System Red Green Blue C M Y K H S L
Decimal 160 254 99 0.37 0 0.61 0.00 96.39 0.99 0.69
Hex A0 FE 63 25 0 3D 0 60 63 45
Octal 240 376 143 45 0 75 0 140 143 105
Binary 10100000 11111110 1100011 100101 0 111101 0 1100000 1100011 1000101

Color Harmonies of #A0FE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FE63

Black with #A0FE63

Text Example


Text Example

White with #A0FE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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