Html Css Color HEX #09EA2A Free Speech Green

📋 copy color: '#09EA2A'

red 9 ◦ green 234 ◦ blue 42

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

Shades of Free Speech Green #09EA2A

Tints of Free Speech Green #09EA2A

RGB

 RED value IS 9 (3.91% from 255) = 3.16%

 GREEN value IS 234 (91.8% from 255) = 82.11%

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 3.16%
G = 82.11%
B = 14.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#09EA2A (or 0x09EA2A) is known color: Free Speech Green. HEX triplet: 09, EA and 2A. RGB value is (9,234,42). Sum of RGB (Red+Green+Blue) = 9+234+42=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 234 (91.80% from 255 or 82.11% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 234 - color contains mainly: green. Hex color #09EA2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09EA2A is #F615D5. Grayscale: #919191. Windows color (decimal): -16127446 or 2812425. OLE color: 2812425.

HSL color Cylindrical-coordinate representation of color #09EA2A: hue angle of 128.8º degrees, saturation: 0.93, 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 #09EA2A is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 234 42 -
CMYK 0.96 0 0.82 0.08
HSL 128.8º 0.93% 0.48% -
HSV(B) 128.8º 0.96% 0.92% -
XYZ 29.95 59.07 12.01 -
YUV 144.84 69.96 31.11 -
System Red Green Blue C M Y K H S L
Decimal 9 234 42 0.96 0 0.82 0.08 128.8 0.93 0.48
Hex 9 EA 2A 60 0 52 8 81 5D 30
Octal 11 352 52 140 0 122 10 201 135 60
Binary 1001 11101010 101010 1100000 0 1010010 1000 10000001 1011101 110000

Color Harmonies of #09EA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EA2A

Black with #09EA2A

Text Example


Text Example

White with #09EA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09EA2A; }

 p { color: rgb(9,234,42); }

 H1.HeaderClassName
 {
   color: #09EA2A;
 }
 .AnyTagClassName
 {
   color: #09EA2A;
 }
</style>

background-color css

<style>
 a { background-color: #09EA2A; }

 a { background-color: rgb(9,234,42); }

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

border-color css

<style>
 span { border-color: #09EA2A; }

 span { border-color: rgb(9,234,42); }

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