Html Css Color HEX #0BBF4A Dark Pastel Green

📋 copy color: '#0BBF4A'

red 11 ◦ green 191 ◦ blue 74

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

Shades of Dark Pastel Green #0BBF4A

Tints of Dark Pastel Green #0BBF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 3.99%
G = 69.2%
B = 26.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#0BBF4A (or 0x0BBF4A) is known color: Dark Pastel Green. HEX triplet: 0B, BF and 4A. RGB value is (11,191,74). Sum of RGB (Red+Green+Blue) = 11+191+74=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBF4A is #F440B5. Grayscale: #7C7C7C. Windows color (decimal): -16007350 or 4898571. OLE color: 4898571.

HSL color Cylindrical-coordinate representation of color #0BBF4A: hue angle of 141º 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 #0BBF4A is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 191 74 -
CMYK 0.94 0 0.61 0.25
HSL 141º 0.89% 0.4% -
HSV(B) 141º 0.94% 0.75% -
XYZ 20 37.83 12.73 -
YUV 123.84 99.87 47.51 -
System Red Green Blue C M Y K H S L
Decimal 11 191 74 0.94 0 0.61 0.25 141 0.89 0.4
Hex B BF 4A 5E 0 3D 19 8D 59 28
Octal 13 277 112 136 0 75 31 215 131 50
Binary 1011 10111111 1001010 1011110 0 111101 11001 10001101 1011001 101000

Color Harmonies of #0BBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBF4A

Black with #0BBF4A

Text Example


Text Example

White with #0BBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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