Html Css Color HEX #0BE706 Free Speech Green

📋 copy color: '#0BE706'

red 11 ◦ green 231 ◦ blue 6

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

Shades of Free Speech Green #0BE706

Tints of Free Speech Green #0BE706

RGB

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

 GREEN value IS 231 (90.63% from 255) = 93.15%

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 4.44%
G = 93.15%
B = 2.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#0BE706 (or 0x0BE706) is known color: Free Speech Green. HEX triplet: 0B, E7 and 06. RGB value is (11,231,6). Sum of RGB (Red+Green+Blue) = 11+231+6=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 231 (90.62% from 255 or 93.15% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE706 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BE706 is #F418F9. Grayscale: #8C8C8C. Windows color (decimal): -15997178 or 452363. OLE color: 452363.

HSL color Cylindrical-coordinate representation of color #0BE706: hue angle of 118.67º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BE706 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 231 6 -
CMYK 0.95 0 0.97 0.09
HSL 118.67º 0.95% 0.46% -
HSV(B) 118.67º 0.97% 0.91% -
XYZ 28.75 57.24 9.7 -
YUV 139.57 52.61 36.3 -
System Red Green Blue C M Y K H S L
Decimal 11 231 6 0.95 0 0.97 0.09 118.67 0.95 0.46
Hex B E7 6 5F 0 61 9 77 5F 2E
Octal 13 347 6 137 0 141 11 167 137 56
Binary 1011 11100111 110 1011111 0 1100001 1001 1110111 1011111 101110

Color Harmonies of #0BE706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE706

Black with #0BE706

Text Example


Text Example

White with #0BE706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,231,6); }

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

background-color css

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

 a { background-color: rgb(11,231,6); }

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

border-color css

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

 span { border-color: rgb(11,231,6); }

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