Html Css Color HEX #0BBA18 Dark Pastel Green

📋 copy color: '#0BBA18'

red 11 ◦ green 186 ◦ blue 24

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

Shades of Dark Pastel Green #0BBA18

Tints of Dark Pastel Green #0BBA18

RGB

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

 GREEN value IS 186 (73.05% from 255) = 84.16%

 BLUE value IS 24 (9.77% from 255) = 10.86%

R = 4.98%
G = 84.16%
B = 10.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#0BBA18 (or 0x0BBA18) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 18. RGB value is (11,186,24). Sum of RGB (Red+Green+Blue) = 11+186+24=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 186 (73.05% from 255 or 84.16% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBA18 is #F445E7. Grayscale: #737373. Windows color (decimal): -16008680 or 1620491. OLE color: 1620491.

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

Color convert

RGB 11 186 24 -
CMYK 0.94 0 0.87 0.27
HSL 124.46º 0.89% 0.39% -
HSV(B) 124.46º 0.94% 0.73% -
XYZ 17.86 35.25 6.73 -
YUV 115.21 76.52 53.67 -
System Red Green Blue C M Y K H S L
Decimal 11 186 24 0.94 0 0.87 0.27 124.46 0.89 0.39
Hex B BA 18 5E 0 57 1B 7C 59 27
Octal 13 272 30 136 0 127 33 174 131 47
Binary 1011 10111010 11000 1011110 0 1010111 11011 1111100 1011001 100111

Color Harmonies of #0BBA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBA18

Black with #0BBA18

Text Example


Text Example

White with #0BBA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,186,24); }

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

background-color css

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

 a { background-color: rgb(11,186,24); }

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

border-color css

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

 span { border-color: rgb(11,186,24); }

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