Html Css Color HEX #0AD70C Free Speech Green

📋 copy color: '#0AD70C'

red 10 ◦ green 215 ◦ blue 12

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

Shades of Free Speech Green #0AD70C

Tints of Free Speech Green #0AD70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 90.72%

 BLUE value IS 12 (5.08% from 255) = 5.06%

R = 4.22%
G = 90.72%
B = 5.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#0AD70C (or 0x0AD70C) is known color: Free Speech Green. HEX triplet: 0A, D7 and 0C. RGB value is (10,215,12). Sum of RGB (Red+Green+Blue) = 10+215+12=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 215 (84.38% from 255 or 90.72% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD70C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD70C is #F528F3. Grayscale: #838383. Windows color (decimal): -16066804 or 841482. OLE color: 841482.

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

Color convert

RGB 10 215 12 -
CMYK 0.95 0 0.94 0.16
HSL 120.59º 0.91% 0.44% -
HSV(B) 120.59º 0.95% 0.84% -
XYZ 24.49 48.69 8.46 -
YUV 130.56 61.08 42.01 -
System Red Green Blue C M Y K H S L
Decimal 10 215 12 0.95 0 0.94 0.16 120.59 0.91 0.44
Hex A D7 C 5F 0 5E 10 79 5B 2C
Octal 12 327 14 137 0 136 20 171 133 54
Binary 1010 11010111 1100 1011111 0 1011110 10000 1111001 1011011 101100

Color Harmonies of #0AD70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD70C

Black with #0AD70C

Text Example


Text Example

White with #0AD70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,215,12); }

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

background-color css

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

 a { background-color: rgb(10,215,12); }

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

border-color css

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

 span { border-color: rgb(10,215,12); }

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