Html Css Color HEX #0ACD10 Free Speech Green

📋 copy color: '#0ACD10'

red 10 ◦ green 205 ◦ blue 16

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

Shades of Free Speech Green #0ACD10

Tints of Free Speech Green #0ACD10

RGB

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

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

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

R = 4.33%
G = 88.74%
B = 6.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#0ACD10 (or 0x0ACD10) is known color: Free Speech Green. HEX triplet: 0A, CD and 10. RGB value is (10,205,16). Sum of RGB (Red+Green+Blue) = 10+205+16=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 205 (80.47% from 255 or 88.74% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACD10 is #F532EF. Grayscale: #7D7D7D. Windows color (decimal): -16069360 or 1101066. OLE color: 1101066.

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

Color convert

RGB 10 205 16 -
CMYK 0.95 0 0.92 0.20
HSL 121.85º 0.91% 0.42% -
HSV(B) 121.85º 0.95% 0.8% -
XYZ 22.05 43.76 7.78 -
YUV 125.15 66.4 45.87 -
System Red Green Blue C M Y K H S L
Decimal 10 205 16 0.95 0 0.92 0.20 121.85 0.91 0.42
Hex A CD 10 5F 0 5C 14 7A 5B 2A
Octal 12 315 20 137 0 134 24 172 133 52
Binary 1010 11001101 10000 1011111 0 1011100 10100 1111010 1011011 101010

Color Harmonies of #0ACD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACD10

Black with #0ACD10

Text Example


Text Example

White with #0ACD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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