Html Css Color HEX #0AE121 Free Speech Green

📋 copy color: '#0AE121'

red 10 ◦ green 225 ◦ blue 33

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

Shades of Free Speech Green #0AE121

Tints of Free Speech Green #0AE121

RGB

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

 GREEN value IS 225 (88.28% from 255) = 83.96%

 BLUE value IS 33 (13.28% from 255) = 12.31%

R = 3.73%
G = 83.96%
B = 12.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#0AE121 (or 0x0AE121) is known color: Free Speech Green. HEX triplet: 0A, E1 and 21. RGB value is (10,225,33). Sum of RGB (Red+Green+Blue) = 10+225+33=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 225 (88.28% from 255 or 83.96% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE121 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE121 is #F51EDE. Grayscale: #8B8B8B. Windows color (decimal): -16064223 or 2220298. OLE color: 2220298.

HSL color Cylindrical-coordinate representation of color #0AE121: hue angle of 126.42º 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 #0AE121 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 225 33 -
CMYK 0.96 0 0.85 0.12
HSL 126.42º 0.91% 0.46% -
HSV(B) 126.42º 0.96% 0.88% -
XYZ 27.32 54.02 10.43 -
YUV 138.83 68.27 36.11 -
System Red Green Blue C M Y K H S L
Decimal 10 225 33 0.96 0 0.85 0.12 126.42 0.91 0.46
Hex A E1 21 60 0 55 C 7E 5B 2E
Octal 12 341 41 140 0 125 14 176 133 56
Binary 1010 11100001 100001 1100000 0 1010101 1100 1111110 1011011 101110

Color Harmonies of #0AE121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE121

Black with #0AE121

Text Example


Text Example

White with #0AE121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,225,33); }

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

background-color css

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

 a { background-color: rgb(10,225,33); }

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

border-color css

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

 span { border-color: rgb(10,225,33); }

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