Html Css Color HEX #0AEB0D Free Speech Green

📋 copy color: '#0AEB0D'

red 10 ◦ green 235 ◦ blue 13

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

Shades of Free Speech Green #0AEB0D

Tints of Free Speech Green #0AEB0D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 91.09%

 BLUE value IS 13 (5.47% from 255) = 5.04%

R = 3.88%
G = 91.09%
B = 5.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#0AEB0D (or 0x0AEB0D) is known color: Free Speech Green. HEX triplet: 0A, EB and 0D. RGB value is (10,235,13). Sum of RGB (Red+Green+Blue) = 10+235+13=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 235 (92.19% from 255 or 91.09% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEB0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AEB0D is #F514F2. Grayscale: #8F8F8F. Windows color (decimal): -16061683 or 912138. OLE color: 912138.

HSL color Cylindrical-coordinate representation of color #0AEB0D: hue angle of 120.8º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEB0D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 235 13 -
CMYK 0.96 0 0.94 0.08
HSL 120.8º 0.92% 0.48% -
HSV(B) 120.8º 0.96% 0.92% -
XYZ 29.91 59.51 10.29 -
YUV 142.42 54.96 33.55 -
System Red Green Blue C M Y K H S L
Decimal 10 235 13 0.96 0 0.94 0.08 120.8 0.92 0.48
Hex A EB D 60 0 5E 8 79 5C 30
Octal 12 353 15 140 0 136 10 171 134 60
Binary 1010 11101011 1101 1100000 0 1011110 1000 1111001 1011100 110000

Color Harmonies of #0AEB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEB0D

Black with #0AEB0D

Text Example


Text Example

White with #0AEB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,235,13); }

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

background-color css

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

 a { background-color: rgb(10,235,13); }

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

border-color css

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

 span { border-color: rgb(10,235,13); }

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