Html Css Color HEX #0ACC03 Free Speech Green

📋 copy color: '#0ACC03'

red 10 ◦ green 204 ◦ blue 3

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

Shades of Free Speech Green #0ACC03

Tints of Free Speech Green #0ACC03

RGB

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

 GREEN value IS 204 (80.08% from 255) = 94.01%

 BLUE value IS 3 (1.56% from 255) = 1.38%

R = 4.61%
G = 94.01%
B = 1.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#0ACC03 (or 0x0ACC03) is known color: Free Speech Green. HEX triplet: 0A, CC and 03. RGB value is (10,204,3). Sum of RGB (Red+Green+Blue) = 10+204+3=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 204 (80.08% from 255 or 94.01% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACC03 is #F533FC. Grayscale: #7B7B7B. Windows color (decimal): -16069629 or 248842. OLE color: 248842.

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

Color convert

RGB 10 204 3 -
CMYK 0.95 0 0.99 0.2
HSL 117.91º 0.97% 0.41% -
HSV(B) 117.91º 0.99% 0.8% -
XYZ 21.73 43.26 7.29 -
YUV 123.08 60.23 47.34 -
System Red Green Blue C M Y K H S L
Decimal 10 204 3 0.95 0 0.99 0.2 117.91 0.97 0.41
Hex A CC 3 5F 0 63 14 76 61 29
Octal 12 314 3 137 0 143 24 166 141 51
Binary 1010 11001100 11 1011111 0 1100011 10100 1110110 1100001 101001

Color Harmonies of #0ACC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACC03

Black with #0ACC03

Text Example


Text Example

White with #0ACC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,3); }

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

background-color css

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

 a { background-color: rgb(10,204,3); }

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

border-color css

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

 span { border-color: rgb(10,204,3); }

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