Html Css Color HEX #0ADB0E Free Speech Green

📋 copy color: '#0ADB0E'

red 10 ◦ green 219 ◦ blue 14

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

Shades of Free Speech Green #0ADB0E

Tints of Free Speech Green #0ADB0E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 90.12%

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 4.12%
G = 90.12%
B = 5.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#0ADB0E (or 0x0ADB0E) is known color: Free Speech Green. HEX triplet: 0A, DB and 0E. RGB value is (10,219,14). Sum of RGB (Red+Green+Blue) = 10+219+14=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 219 (85.94% from 255 or 90.12% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADB0E is #F524F1. Grayscale: #858585. Windows color (decimal): -16065778 or 973578. OLE color: 973578.

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

Color convert

RGB 10 219 14 -
CMYK 0.95 0 0.94 0.14
HSL 121.15º 0.91% 0.45% -
HSV(B) 121.15º 0.95% 0.86% -
XYZ 25.54 50.76 8.87 -
YUV 133.14 60.76 40.17 -
System Red Green Blue C M Y K H S L
Decimal 10 219 14 0.95 0 0.94 0.14 121.15 0.91 0.45
Hex A DB E 5F 0 5E E 79 5B 2D
Octal 12 333 16 137 0 136 16 171 133 55
Binary 1010 11011011 1110 1011111 0 1011110 1110 1111001 1011011 101101

Color Harmonies of #0ADB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADB0E

Black with #0ADB0E

Text Example


Text Example

White with #0ADB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,219,14); }

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

background-color css

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

 a { background-color: rgb(10,219,14); }

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

border-color css

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

 span { border-color: rgb(10,219,14); }

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