Html Css Color HEX #0BF069 Spring Green

📋 copy color: '#0BF069'

red 11 ◦ green 240 ◦ blue 105

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

Shades of Spring Green #0BF069

Tints of Spring Green #0BF069

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.42%

 BLUE value IS 105 (41.41% from 255) = 29.49%

R = 3.09%
G = 67.42%
B = 29.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#0BF069 (or 0x0BF069) is known color: Spring Green. HEX triplet: 0B, F0 and 69. RGB value is (11,240,105). Sum of RGB (Red+Green+Blue) = 11+240+105=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF069 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF069 is #F40F96. Grayscale: #9C9C9C. Windows color (decimal): -15994775 or 6942731. OLE color: 6942731.

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

Color convert

RGB 11 240 105 -
CMYK 0.95 0 0.56 0.06
HSL 144.63º 0.91% 0.49% -
HSV(B) 144.63º 0.95% 0.94% -
XYZ 33.85 63.41 23.82 -
YUV 156.14 99.13 24.48 -
System Red Green Blue C M Y K H S L
Decimal 11 240 105 0.95 0 0.56 0.06 144.63 0.91 0.49
Hex B F0 69 5F 0 38 6 91 5B 31
Octal 13 360 151 137 0 70 6 221 133 61
Binary 1011 11110000 1101001 1011111 0 111000 110 10010001 1011011 110001

Color Harmonies of #0BF069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF069

Black with #0BF069

Text Example


Text Example

White with #0BF069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,240,105); }

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

background-color css

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

 a { background-color: rgb(11,240,105); }

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

border-color css

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

 span { border-color: rgb(11,240,105); }

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