Html Css Color HEX #0ADD1C Free Speech Green

📋 copy color: '#0ADD1C'

red 10 ◦ green 221 ◦ blue 28

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

Shades of Free Speech Green #0ADD1C

Tints of Free Speech Green #0ADD1C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 85.33%

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 3.86%
G = 85.33%
B = 10.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#0ADD1C (or 0x0ADD1C) is known color: Free Speech Green. HEX triplet: 0A, DD and 1C. RGB value is (10,221,28). Sum of RGB (Red+Green+Blue) = 10+221+28=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 221 (86.72% from 255 or 85.33% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADD1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADD1C is #F522E3. Grayscale: #888888. Windows color (decimal): -16065252 or 1891594. OLE color: 1891594.

HSL color Cylindrical-coordinate representation of color #0ADD1C: hue angle of 125.12º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADD1C is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 221 28 -
CMYK 0.95 0 0.87 0.13
HSL 125.12º 0.91% 0.45% -
HSV(B) 125.12º 0.95% 0.87% -
XYZ 26.19 51.86 9.73 -
YUV 135.91 67.1 38.19 -
System Red Green Blue C M Y K H S L
Decimal 10 221 28 0.95 0 0.87 0.13 125.12 0.91 0.45
Hex A DD 1C 5F 0 57 D 7D 5B 2D
Octal 12 335 34 137 0 127 15 175 133 55
Binary 1010 11011101 11100 1011111 0 1010111 1101 1111101 1011011 101101

Color Harmonies of #0ADD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADD1C

Black with #0ADD1C

Text Example


Text Example

White with #0ADD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,221,28); }

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

background-color css

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

 a { background-color: rgb(10,221,28); }

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

border-color css

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

 span { border-color: rgb(10,221,28); }

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