Html Css Color HEX #0ACE02 Free Speech Green

📋 copy color: '#0ACE02'

red 10 ◦ green 206 ◦ blue 2

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

Shades of Free Speech Green #0ACE02

Tints of Free Speech Green #0ACE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 4.59%
G = 94.5%
B = 0.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#0ACE02 (or 0x0ACE02) is known color: Free Speech Green. HEX triplet: 0A, CE and 02. RGB value is (10,206,2). Sum of RGB (Red+Green+Blue) = 10+206+2=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 206 (80.86% from 255 or 94.50% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACE02 is #F531FD. Grayscale: #7C7C7C. Windows color (decimal): -16069118 or 183818. OLE color: 183818.

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

Color convert

RGB 10 206 2 -
CMYK 0.95 0 0.99 0.19
HSL 117.65º 0.98% 0.41% -
HSV(B) 117.65º 0.99% 0.81% -
XYZ 22.21 44.21 7.42 -
YUV 124.14 59.07 46.59 -
System Red Green Blue C M Y K H S L
Decimal 10 206 2 0.95 0 0.99 0.19 117.65 0.98 0.41
Hex A CE 2 5F 0 63 13 76 62 29
Octal 12 316 2 137 0 143 23 166 142 51
Binary 1010 11001110 10 1011111 0 1100011 10011 1110110 1100010 101001

Color Harmonies of #0ACE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACE02

Black with #0ACE02

Text Example


Text Example

White with #0ACE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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