Html Css Color HEX #0AE00B Free Speech Green

📋 copy color: '#0AE00B'

red 10 ◦ green 224 ◦ blue 11

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

Shades of Free Speech Green #0AE00B

Tints of Free Speech Green #0AE00B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 91.43%

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 4.08%
G = 91.43%
B = 4.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#0AE00B (or 0x0AE00B) is known color: Free Speech Green. HEX triplet: 0A, E0 and 0B. RGB value is (10,224,11). Sum of RGB (Red+Green+Blue) = 10+224+11=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 224 (87.89% from 255 or 91.43% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE00B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE00B is #F51FF4. Grayscale: #888888. Windows color (decimal): -16064501 or 778250. OLE color: 778250.

HSL color Cylindrical-coordinate representation of color #0AE00B: hue angle of 120.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE00B is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 224 11 -
CMYK 0.96 0 0.95 0.12
HSL 120.28º 0.91% 0.46% -
HSV(B) 120.28º 0.96% 0.88% -
XYZ 26.84 53.4 9.21 -
YUV 135.73 57.6 38.32 -
System Red Green Blue C M Y K H S L
Decimal 10 224 11 0.96 0 0.95 0.12 120.28 0.91 0.46
Hex A E0 B 60 0 5F C 78 5B 2E
Octal 12 340 13 140 0 137 14 170 133 56
Binary 1010 11100000 1011 1100000 0 1011111 1100 1111000 1011011 101110

Color Harmonies of #0AE00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE00B

Black with #0AE00B

Text Example


Text Example

White with #0AE00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,224,11); }

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

background-color css

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

 a { background-color: rgb(10,224,11); }

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

border-color css

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

 span { border-color: rgb(10,224,11); }

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