Html Css Color HEX #0ACE10 Free Speech Green

📋 copy color: '#0ACE10'

red 10 ◦ green 206 ◦ blue 16

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

Shades of Free Speech Green #0ACE10

Tints of Free Speech Green #0ACE10

RGB

 RED value IS 10 (4.3% from 255) = 4.31%

 GREEN value IS 206 (80.86% from 255) = 88.79%

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 4.31%
G = 88.79%
B = 6.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#0ACE10 (or 0x0ACE10) is known color: Free Speech Green. HEX triplet: 0A, CE and 10. RGB value is (10,206,16). Sum of RGB (Red+Green+Blue) = 10+206+16=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 206 (80.86% from 255 or 88.79% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACE10 is #F531EF. Grayscale: #7E7E7E. Windows color (decimal): -16069104 or 1101322. OLE color: 1101322.

HSL color Cylindrical-coordinate representation of color #0ACE10: hue angle of 121.84º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACE10 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 206 16 -
CMYK 0.95 0 0.92 0.19
HSL 121.84º 0.91% 0.42% -
HSV(B) 121.84º 0.95% 0.81% -
XYZ 22.29 44.24 7.86 -
YUV 125.74 66.07 45.45 -
System Red Green Blue C M Y K H S L
Decimal 10 206 16 0.95 0 0.92 0.19 121.84 0.91 0.42
Hex A CE 10 5F 0 5C 13 7A 5B 2A
Octal 12 316 20 137 0 134 23 172 133 52
Binary 1010 11001110 10000 1011111 0 1011100 10011 1111010 1011011 101010

Color Harmonies of #0ACE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACE10

Black with #0ACE10

Text Example


Text Example

White with #0ACE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ACE10; }

 p { color: rgb(10,206,16); }

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

background-color css

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

 a { background-color: rgb(10,206,16); }

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

border-color css

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

 span { border-color: rgb(10,206,16); }

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