Html Css Color HEX #0BBF74 Jade

📋 copy color: '#0BBF74'

red 11 ◦ green 191 ◦ blue 116

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

Shades of Jade #0BBF74

Tints of Jade #0BBF74

RGB

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

 GREEN value IS 191 (75% from 255) = 60.06%

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 3.46%
G = 60.06%
B = 36.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#0BBF74 (or 0x0BBF74) is known color: Jade. HEX triplet: 0B, BF and 74. RGB value is (11,191,116). Sum of RGB (Red+Green+Blue) = 11+191+116=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 191 (75% from 255 or 60.06% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBF74 is #F4408B. Grayscale: #808080. Windows color (decimal): -16007308 or 7651083. OLE color: 7651083.

HSL color Cylindrical-coordinate representation of color #0BBF74: hue angle of 155º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBF74 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 191 116 -
CMYK 0.94 0 0.39 0.25
HSL 155º 0.89% 0.4% -
HSV(B) 155º 0.94% 0.75% -
XYZ 21.92 38.59 22.82 -
YUV 128.63 120.87 44.1 -
System Red Green Blue C M Y K H S L
Decimal 11 191 116 0.94 0 0.39 0.25 155 0.89 0.4
Hex B BF 74 5E 0 27 19 9B 59 28
Octal 13 277 164 136 0 47 31 233 131 50
Binary 1011 10111111 1110100 1011110 0 100111 11001 10011011 1011001 101000

Color Harmonies of #0BBF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBF74

Black with #0BBF74

Text Example


Text Example

White with #0BBF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,191,116); }

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

background-color css

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

 a { background-color: rgb(11,191,116); }

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

border-color css

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

 span { border-color: rgb(11,191,116); }

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