Html Css Color HEX #0BF57A Spring Green

📋 copy color: '#0BF57A'

red 11 ◦ green 245 ◦ blue 122

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

Shades of Spring Green #0BF57A

Tints of Spring Green #0BF57A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 64.81%

 BLUE value IS 122 (48.05% from 255) = 32.28%

R = 2.91%
G = 64.81%
B = 32.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#0BF57A (or 0x0BF57A) is known color: Spring Green. HEX triplet: 0B, F5 and 7A. RGB value is (11,245,122). Sum of RGB (Red+Green+Blue) = 11+245+122=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 245 (96.09% from 255 or 64.81% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 245 - color contains mainly: green. Hex color #0BF57A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF57A is #F40A85. Grayscale: #A1A1A1. Windows color (decimal): -15993478 or 8058123. OLE color: 8058123.

HSL color Cylindrical-coordinate representation of color #0BF57A: hue angle of 148.46º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF57A is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 11 245 122 -
CMYK 0.96 0 0.50 0.04
HSL 148.46º 0.92% 0.5% -
HSV(B) 148.46º 0.96% 0.96% -
XYZ 36.3 66.78 29.39 -
YUV 161.01 105.98 21 -
System Red Green Blue C M Y K H S L
Decimal 11 245 122 0.96 0 0.50 0.04 148.46 0.92 0.5
Hex B F5 7A 60 0 32 4 94 5C 32
Octal 13 365 172 140 0 62 4 224 134 62
Binary 1011 11110101 1111010 1100000 0 110010 100 10010100 1011100 110010

Color Harmonies of #0BF57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF57A

Black with #0BF57A

Text Example


Text Example

White with #0BF57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,245,122); }

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

background-color css

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

 a { background-color: rgb(11,245,122); }

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

border-color css

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

 span { border-color: rgb(11,245,122); }

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