Html Css Color HEX #0AD912 Free Speech Green

📋 copy color: '#0AD912'

red 10 ◦ green 217 ◦ blue 18

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

Shades of Free Speech Green #0AD912

Tints of Free Speech Green #0AD912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 88.57%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 4.08%
G = 88.57%
B = 7.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#0AD912 (or 0x0AD912) is known color: Free Speech Green. HEX triplet: 0A, D9 and 12. RGB value is (10,217,18). Sum of RGB (Red+Green+Blue) = 10+217+18=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 217 (85.16% from 255 or 88.57% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD912 is #F526ED. Grayscale: #858585. Windows color (decimal): -16066286 or 1235210. OLE color: 1235210.

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

Color convert

RGB 10 217 18 -
CMYK 0.95 0 0.92 0.15
HSL 122.32º 0.91% 0.45% -
HSV(B) 122.32º 0.95% 0.85% -
XYZ 25.05 49.73 8.85 -
YUV 132.42 63.42 40.68 -
System Red Green Blue C M Y K H S L
Decimal 10 217 18 0.95 0 0.92 0.15 122.32 0.91 0.45
Hex A D9 12 5F 0 5C F 7A 5B 2D
Octal 12 331 22 137 0 134 17 172 133 55
Binary 1010 11011001 10010 1011111 0 1011100 1111 1111010 1011011 101101

Color Harmonies of #0AD912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD912

Black with #0AD912

Text Example


Text Example

White with #0AD912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,217,18); }

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

background-color css

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

 a { background-color: rgb(10,217,18); }

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

border-color css

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

 span { border-color: rgb(10,217,18); }

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