Html Css Color HEX #0BFA68 Spring Green

📋 copy color: '#0BFA68'

red 11 ◦ green 250 ◦ blue 104

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

Shades of Spring Green #0BFA68

Tints of Spring Green #0BFA68

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.49%

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 3.01%
G = 68.49%
B = 28.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#0BFA68 (or 0x0BFA68) is known color: Spring Green. HEX triplet: 0B, FA and 68. RGB value is (11,250,104). Sum of RGB (Red+Green+Blue) = 11+250+104=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA68 is #F40597. Grayscale: #A2A2A2. Windows color (decimal): -15992216 or 6879755. OLE color: 6879755.

HSL color Cylindrical-coordinate representation of color #0BFA68: hue angle of 143.35º degrees, saturation: 0.96, 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 #0BFA68 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 250 104 -
CMYK 0.96 0 0.58 0.02
HSL 143.35º 0.96% 0.51% -
HSV(B) 143.35º 0.96% 0.98% -
XYZ 36.82 69.44 24.56 -
YUV 161.9 95.32 20.37 -
System Red Green Blue C M Y K H S L
Decimal 11 250 104 0.96 0 0.58 0.02 143.35 0.96 0.51
Hex B FA 68 60 0 3A 2 8F 60 33
Octal 13 372 150 140 0 72 2 217 140 63
Binary 1011 11111010 1101000 1100000 0 111010 10 10001111 1100000 110011

Color Harmonies of #0BFA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFA68

Black with #0BFA68

Text Example


Text Example

White with #0BFA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,250,104); }

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

background-color css

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

 a { background-color: rgb(11,250,104); }

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

border-color css

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

 span { border-color: rgb(11,250,104); }

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