Html Css Color HEX #12E528 Free Speech Green

📋 copy color: '#12E528'

red 18 ◦ green 229 ◦ blue 40

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

Shades of Free Speech Green #12E528

Tints of Free Speech Green #12E528

RGB

 RED value IS 18 (7.42% from 255) = 6.27%

 GREEN value IS 229 (89.84% from 255) = 79.79%

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 6.27%
G = 79.79%
B = 13.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#12E528 (or 0x12E528) is known color: Free Speech Green. HEX triplet: 12, E5 and 28. RGB value is (18,229,40). Sum of RGB (Red+Green+Blue) = 18+229+40=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 229 (89.84% from 255 or 79.79% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 229 - color contains mainly: green. Hex color #12E528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E528 is #ED1AD7. Grayscale: #909090. Windows color (decimal): -15538904 or 2680082. OLE color: 2680082.

HSL color Cylindrical-coordinate representation of color #12E528: hue angle of 126.26º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E528 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 229 40 -
CMYK 0.92 0 0.83 0.10
HSL 126.26º 0.85% 0.48% -
HSV(B) 126.26º 0.92% 0.9% -
XYZ 28.65 56.32 11.37 -
YUV 144.37 69.1 37.87 -
System Red Green Blue C M Y K H S L
Decimal 18 229 40 0.92 0 0.83 0.10 126.26 0.85 0.48
Hex 12 E5 28 5C 0 53 A 7E 55 30
Octal 22 345 50 134 0 123 12 176 125 60
Binary 10010 11100101 101000 1011100 0 1010011 1010 1111110 1010101 110000

Color Harmonies of #12E528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E528

Black with #12E528

Text Example


Text Example

White with #12E528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12E528; }

 p { color: rgb(18,229,40); }

 H1.HeaderClassName
 {
   color: #12E528;
 }
 .AnyTagClassName
 {
   color: #12E528;
 }
</style>

background-color css

<style>
 a { background-color: #12E528; }

 a { background-color: rgb(18,229,40); }

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

border-color css

<style>
 span { border-color: #12E528; }

 span { border-color: rgb(18,229,40); }

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