Html Css Color HEX #0BD926 Dark Pastel Green

📋 copy color: '#0BD926'

red 11 ◦ green 217 ◦ blue 38

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

Shades of Dark Pastel Green #0BD926

Tints of Dark Pastel Green #0BD926

RGB

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

 GREEN value IS 217 (85.16% from 255) = 81.58%

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 4.14%
G = 81.58%
B = 14.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#0BD926 (or 0x0BD926) is known color: Dark Pastel Green. HEX triplet: 0B, D9 and 26. RGB value is (11,217,38). Sum of RGB (Red+Green+Blue) = 11+217+38=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 217 (85.16% from 255 or 81.58% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 217 - color contains mainly: green. Hex color #0BD926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD926 is #F426D9. Grayscale: #878787. Windows color (decimal): -16000730 or 2545931. OLE color: 2545931.

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

Color convert

RGB 11 217 38 -
CMYK 0.95 0 0.82 0.15
HSL 127.86º 0.9% 0.45% -
HSV(B) 127.86º 0.95% 0.85% -
XYZ 25.3 49.84 10.12 -
YUV 135 73.25 39.55 -
System Red Green Blue C M Y K H S L
Decimal 11 217 38 0.95 0 0.82 0.15 127.86 0.9 0.45
Hex B D9 26 5F 0 52 F 80 5A 2D
Octal 13 331 46 137 0 122 17 200 132 55
Binary 1011 11011001 100110 1011111 0 1010010 1111 10000000 1011010 101101

Color Harmonies of #0BD926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD926

Black with #0BD926

Text Example


Text Example

White with #0BD926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,217,38); }

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

background-color css

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

 a { background-color: rgb(11,217,38); }

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

border-color css

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

 span { border-color: rgb(11,217,38); }

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