Html Css Color HEX #0BE71A Free Speech Green

📋 copy color: '#0BE71A'

red 11 ◦ green 231 ◦ blue 26

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

Shades of Free Speech Green #0BE71A

Tints of Free Speech Green #0BE71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 4.1%
G = 86.19%
B = 9.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#0BE71A (or 0x0BE71A) is known color: Free Speech Green. HEX triplet: 0B, E7 and 1A. RGB value is (11,231,26). Sum of RGB (Red+Green+Blue) = 11+231+26=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 231 (90.62% from 255 or 86.19% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE71A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE71A is #F418E5. Grayscale: #8E8E8E. Windows color (decimal): -15997158 or 1763083. OLE color: 1763083.

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

Color convert

RGB 11 231 26 -
CMYK 0.95 0 0.89 0.09
HSL 124.09º 0.91% 0.47% -
HSV(B) 124.09º 0.95% 0.91% -
XYZ 28.9 57.3 10.51 -
YUV 141.85 62.61 34.67 -
System Red Green Blue C M Y K H S L
Decimal 11 231 26 0.95 0 0.89 0.09 124.09 0.91 0.47
Hex B E7 1A 5F 0 59 9 7C 5B 2F
Octal 13 347 32 137 0 131 11 174 133 57
Binary 1011 11100111 11010 1011111 0 1011001 1001 1111100 1011011 101111

Color Harmonies of #0BE71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE71A

Black with #0BE71A

Text Example


Text Example

White with #0BE71A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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