Html Css Color HEX #0BD124 Dark Pastel Green

📋 copy color: '#0BD124'

red 11 ◦ green 209 ◦ blue 36

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

Shades of Dark Pastel Green #0BD124

Tints of Dark Pastel Green #0BD124

RGB

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

 GREEN value IS 209 (82.03% from 255) = 81.64%

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 4.3%
G = 81.64%
B = 14.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#0BD124 (or 0x0BD124) is known color: Dark Pastel Green. HEX triplet: 0B, D1 and 24. RGB value is (11,209,36). Sum of RGB (Red+Green+Blue) = 11+209+36=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 209 (82.03% from 255 or 81.64% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD124 is #F42EDB. Grayscale: #828282. Windows color (decimal): -16002780 or 2412811. OLE color: 2412811.

HSL color Cylindrical-coordinate representation of color #0BD124: hue angle of 127.58º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD124 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 11 209 36 -
CMYK 0.95 0 0.83 0.18
HSL 127.58º 0.9% 0.43% -
HSV(B) 127.58º 0.95% 0.82% -
XYZ 23.26 45.8 9.28 -
YUV 130.08 74.9 43.07 -
System Red Green Blue C M Y K H S L
Decimal 11 209 36 0.95 0 0.83 0.18 127.58 0.9 0.43
Hex B D1 24 5F 0 53 12 80 5A 2B
Octal 13 321 44 137 0 123 22 200 132 53
Binary 1011 11010001 100100 1011111 0 1010011 10010 10000000 1011010 101011

Color Harmonies of #0BD124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD124

Black with #0BD124

Text Example


Text Example

White with #0BD124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,209,36); }

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

background-color css

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

 a { background-color: rgb(11,209,36); }

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

border-color css

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

 span { border-color: rgb(11,209,36); }

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