Html Css Color HEX #09C912 Free Speech Green

📋 copy color: '#09C912'

red 9 ◦ green 201 ◦ blue 18

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

Shades of Free Speech Green #09C912

Tints of Free Speech Green #09C912

RGB

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

 GREEN value IS 201 (78.91% from 255) = 88.16%

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 3.95%
G = 88.16%
B = 7.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#09C912 (or 0x09C912) is known color: Free Speech Green. HEX triplet: 09, C9 and 12. RGB value is (9,201,18). Sum of RGB (Red+Green+Blue) = 9+201+18=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 201 (78.91% from 255 or 88.16% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 201 - color contains mainly: green. Hex color #09C912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09C912 is #F636ED. Grayscale: #7B7B7B. Windows color (decimal): -16135918 or 1231113. OLE color: 1231113.

HSL color Cylindrical-coordinate representation of color #09C912: hue angle of 122.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C912 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 201 18 -
CMYK 0.96 0 0.91 0.21
HSL 122.81º 0.91% 0.41% -
HSV(B) 122.81º 0.96% 0.79% -
XYZ 21.11 41.88 7.54 -
YUV 122.73 68.89 46.88 -
System Red Green Blue C M Y K H S L
Decimal 9 201 18 0.96 0 0.91 0.21 122.81 0.91 0.41
Hex 9 C9 12 60 0 5B 15 7B 5B 29
Octal 11 311 22 140 0 133 25 173 133 51
Binary 1001 11001001 10010 1100000 0 1011011 10101 1111011 1011011 101001

Color Harmonies of #09C912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C912

Black with #09C912

Text Example


Text Example

White with #09C912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,201,18); }

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

background-color css

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

 a { background-color: rgb(9,201,18); }

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

border-color css

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

 span { border-color: rgb(9,201,18); }

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