Html Css Color HEX #A0FC62 Conifer

📋 copy color: '#A0FC62'

red 160 ◦ green 252 ◦ blue 98

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

Shades of Conifer #A0FC62

Tints of Conifer #A0FC62

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.41%

 BLUE value IS 98 (38.67% from 255) = 19.22%

R = 31.37%
G = 49.41%
B = 19.22%

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

#A0FC62 (or 0xA0FC62) is known color: Conifer. HEX triplet: A0, FC and 62. RGB value is (160,252,98). Sum of RGB (Red+Green+Blue) = 160+252+98=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FC62 is #5F039D. Grayscale: #CFCFCF. Windows color (decimal): -6226846 or 6487200. OLE color: 6487200.

HSL color Cylindrical-coordinate representation of color #A0FC62: hue angle of 95.84º degrees, saturation: 0.96, 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 #A0FC62 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 98 -
CMYK 0.37 0 0.61 0.01
HSL 95.84º 0.96% 0.69% -
HSV(B) 95.84º 0.61% 0.99% -
XYZ 51.51 77.98 23.89 -
YUV 206.94 66.52 94.52 -
System Red Green Blue C M Y K H S L
Decimal 160 252 98 0.37 0 0.61 0.01 95.84 0.96 0.69
Hex A0 FC 62 25 0 3D 1 60 60 45
Octal 240 374 142 45 0 75 1 140 140 105
Binary 10100000 11111100 1100010 100101 0 111101 1 1100000 1100000 1000101

Color Harmonies of #A0FC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FC62

Black with #A0FC62

Text Example


Text Example

White with #A0FC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FC62; }

 p { color: rgb(160,252,98); }

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

background-color css

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

 a { background-color: rgb(160,252,98); }

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

border-color css

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

 span { border-color: rgb(160,252,98); }

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