Html Css Color HEX #A0EF63 Conifer

📋 copy color: '#A0EF63'

red 160 ◦ green 239 ◦ blue 99

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

Shades of Conifer #A0EF63

Tints of Conifer #A0EF63

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.99%

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

R = 32.13%
G = 47.99%
B = 19.88%

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

#A0EF63 (or 0xA0EF63) is known color: Conifer. HEX triplet: A0, EF and 63. RGB value is (160,239,99). Sum of RGB (Red+Green+Blue) = 160+239+99=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF63 is #5F109C. Grayscale: #C7C7C7. Windows color (decimal): -6230173 or 6549408. OLE color: 6549408.

HSL color Cylindrical-coordinate representation of color #A0EF63: hue angle of 93.86º degrees, saturation: 0.81, 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 #A0EF63 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 99 -
CMYK 0.33 0 0.59 0.06
HSL 93.86º 0.81% 0.66% -
HSV(B) 93.86º 0.59% 0.94% -
XYZ 47.62 70.11 22.83 -
YUV 199.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 160 239 99 0.33 0 0.59 0.06 93.86 0.81 0.66
Hex A0 EF 63 21 0 3B 6 5E 51 42
Octal 240 357 143 41 0 73 6 136 121 102
Binary 10100000 11101111 1100011 100001 0 111011 110 1011110 1010001 1000010

Color Harmonies of #A0EF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF63

Black with #A0EF63

Text Example


Text Example

White with #A0EF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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