Html Css Color HEX #0ACD00 Free Speech Green

📋 copy color: '#0ACD00'

red 10 ◦ green 205 ◦ blue 0

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

Shades of Free Speech Green #0ACD00

Tints of Free Speech Green #0ACD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 95.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 4.65%
G = 95.35%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#0ACD00 (or 0x0ACD00) is known color: Free Speech Green. HEX triplet: 0A, CD and 00. RGB value is (10,205,0). Sum of RGB (Red+Green+Blue) = 10+205+0=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 205 (80.47% from 255 or 95.35% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACD00 is #F532FF. Grayscale: #7B7B7B. Windows color (decimal): -16069376 or 52490. OLE color: 52490.

HSL color Cylindrical-coordinate representation of color #0ACD00: hue angle of 117.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0ACD00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 205 0 -
CMYK 0.95 0 1 0.20
HSL 117.07º 1% 0.4% -
HSV(B) 117.07º 1% 0.8% -
XYZ 21.96 43.73 7.28 -
YUV 123.33 58.4 47.17 -
System Red Green Blue C M Y K H S L
Decimal 10 205 0 0.95 0 1 0.20 117.07 1 0.4
Hex A CD 0 5F 0 64 14 75 64 28
Octal 12 315 0 137 0 144 24 165 144 50
Binary 1010 11001101 0 1011111 0 1100100 10100 1110101 1100100 101000

Color Harmonies of #0ACD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACD00

Black with #0ACD00

Text Example


Text Example

White with #0ACD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,205,0); }

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

background-color css

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

 a { background-color: rgb(10,205,0); }

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

border-color css

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

 span { border-color: rgb(10,205,0); }

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