Html Css Color HEX #0BFB0A Free Speech Green

📋 copy color: '#0BFB0A'

red 11 ◦ green 251 ◦ blue 10

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

Shades of Free Speech Green #0BFB0A

Tints of Free Speech Green #0BFB0A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 92.28%

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 4.04%
G = 92.28%
B = 3.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#0BFB0A (or 0x0BFB0A) is known color: Free Speech Green. HEX triplet: 0B, FB and 0A. RGB value is (11,251,10). Sum of RGB (Red+Green+Blue) = 11+251+10=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 251 (98.44% from 255 or 92.28% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFB0A is #F404F5. Grayscale: #989898. Windows color (decimal): -15992054 or 719627. OLE color: 719627.

HSL color Cylindrical-coordinate representation of color #0BFB0A: hue angle of 119.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFB0A is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 251 10 -
CMYK 0.96 0 0.96 0.02
HSL 119.75º 0.97% 0.51% -
HSV(B) 119.75º 0.96% 0.98% -
XYZ 34.69 69.09 11.79 -
YUV 151.77 47.99 27.6 -
System Red Green Blue C M Y K H S L
Decimal 11 251 10 0.96 0 0.96 0.02 119.75 0.97 0.51
Hex B FB A 60 0 60 2 78 61 33
Octal 13 373 12 140 0 140 2 170 141 63
Binary 1011 11111011 1010 1100000 0 1100000 10 1111000 1100001 110011

Color Harmonies of #0BFB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFB0A

Black with #0BFB0A

Text Example


Text Example

White with #0BFB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,251,10); }

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

background-color css

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

 a { background-color: rgb(11,251,10); }

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

border-color css

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

 span { border-color: rgb(11,251,10); }

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