Html Css Color HEX #0BEC0F Free Speech Green

📋 copy color: '#0BEC0F'

red 11 ◦ green 236 ◦ blue 15

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

Shades of Free Speech Green #0BEC0F

Tints of Free Speech Green #0BEC0F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 90.08%

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 4.2%
G = 90.08%
B = 5.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#0BEC0F (or 0x0BEC0F) is known color: Free Speech Green. HEX triplet: 0B, EC and 0F. RGB value is (11,236,15). Sum of RGB (Red+Green+Blue) = 11+236+15=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 236 (92.58% from 255 or 90.08% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 236 - color contains mainly: green. Hex color #0BEC0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BEC0F is #F413F0. Grayscale: #909090. Windows color (decimal): -15995889 or 1043467. OLE color: 1043467.

HSL color Cylindrical-coordinate representation of color #0BEC0F: hue angle of 121.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEC0F is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 236 15 -
CMYK 0.95 0 0.94 0.07
HSL 121.07º 0.91% 0.48% -
HSV(B) 121.07º 0.95% 0.93% -
XYZ 30.22 60.1 10.46 -
YUV 143.53 55.46 33.47 -
System Red Green Blue C M Y K H S L
Decimal 11 236 15 0.95 0 0.94 0.07 121.07 0.91 0.48
Hex B EC F 5F 0 5E 7 79 5B 30
Octal 13 354 17 137 0 136 7 171 133 60
Binary 1011 11101100 1111 1011111 0 1011110 111 1111001 1011011 110000

Color Harmonies of #0BEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEC0F

Black with #0BEC0F

Text Example


Text Example

White with #0BEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,236,15); }

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

background-color css

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

 a { background-color: rgb(11,236,15); }

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

border-color css

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

 span { border-color: rgb(11,236,15); }

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