Html Css Color HEX #0BC912 Free Speech Green

📋 copy color: '#0BC912'

red 11 ◦ green 201 ◦ blue 18

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

Shades of Free Speech Green #0BC912

Tints of Free Speech Green #0BC912

RGB

 RED value IS 11 (4.69% from 255) = 4.78%

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

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

R = 4.78%
G = 87.39%
B = 7.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#0BC912 (or 0x0BC912) is known color: Free Speech Green. HEX triplet: 0B, C9 and 12. RGB value is (11,201,18). Sum of RGB (Red+Green+Blue) = 11+201+18=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 201 (78.91% from 255 or 87.39% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC912 is #F436ED. Grayscale: #7B7B7B. Windows color (decimal): -16004846 or 1231115. OLE color: 1231115.

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

Color convert

RGB 11 201 18 -
CMYK 0.95 0 0.91 0.21
HSL 122.21º 0.9% 0.42% -
HSV(B) 122.21º 0.95% 0.79% -
XYZ 21.13 41.89 7.54 -
YUV 123.33 68.55 47.88 -
System Red Green Blue C M Y K H S L
Decimal 11 201 18 0.95 0 0.91 0.21 122.21 0.9 0.42
Hex B C9 12 5F 0 5B 15 7A 5A 2A
Octal 13 311 22 137 0 133 25 172 132 52
Binary 1011 11001001 10010 1011111 0 1011011 10101 1111010 1011010 101010

Color Harmonies of #0BC912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC912

Black with #0BC912

Text Example


Text Example

White with #0BC912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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