#0DBE4B

Color #0DBE4B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0DBE4B

Tints of Dark Pastel Green #0DBE4B

Color information

#0DBE4B (or 0x0DBE4B) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, BE and 4B. RGB value is (13,190,75). Sum of RGB (Red+Green+Blue) = 13+190+75=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 190 (74.61% from 255 or 68.35% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBE4B is #F241B4. Grayscale: #7C7C7C. Windows color (decimal): -15876533 or 4963853. OLE color: 4963853.

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

Color convert

RGB1319075-
CMYK0.9300.610.25
HSL141.02º87.19%39.8%-
HSV(B)141.02º93.16%74.51%-
XYZ19.8537.4212.83-
YUV123.97100.3648.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.68%
GREEN value IS 190 (74.61% from 255) = 68.35%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=4.68%
G=68.35%
B=26.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13190750.9300.610.25141.0287.1939.8
HexDBE4B5D03D198d5728
Octal152761131350753121512750
Binary11011011111010010111011101011110111001100011011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,190,75); }

 H1.HeaderClassName
 {
   color: #0DBE4B;
 }
 .AnyTagClassName
 {
   color: #0DBE4B;
 }
</style>
background-color css

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

 a { background-color: rgb(13,190,75); }

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

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

 span { border-color: rgb(13,190,75); }

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