Html Css Color HEX #A0FD63 Conifer

📋 copy color: '#A0FD63'

red 160 ◦ green 253 ◦ blue 99

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

Shades of Conifer #A0FD63

Tints of Conifer #A0FD63

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.41%

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

R = 31.25%
G = 49.41%
B = 19.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#A0FD63 (or 0xA0FD63) is known color: Conifer. HEX triplet: A0, FD and 63. RGB value is (160,253,99). Sum of RGB (Red+Green+Blue) = 160+253+99=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD63 is #5F029C. Grayscale: #D0D0D0. Windows color (decimal): -6226589 or 6552992. OLE color: 6552992.

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

Color convert

RGB 160 253 99 -
CMYK 0.37 0 0.61 0.01
HSL 96.23º 0.97% 0.69% -
HSV(B) 96.23º 0.61% 0.99% -
XYZ 51.87 78.62 24.25 -
YUV 207.64 66.69 94.02 -
System Red Green Blue C M Y K H S L
Decimal 160 253 99 0.37 0 0.61 0.01 96.23 0.97 0.69
Hex A0 FD 63 25 0 3D 1 60 61 45
Octal 240 375 143 45 0 75 1 140 141 105
Binary 10100000 11111101 1100011 100101 0 111101 1 1100000 1100001 1000101

Color Harmonies of #A0FD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD63

Black with #A0FD63

Text Example


Text Example

White with #A0FD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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