#0BAE1E

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

Shades of Dark Pastel Green #0BAE1E

Tints of Dark Pastel Green #0BAE1E

Color information

#0BAE1E (or 0x0BAE1E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, AE and 1E. RGB value is (11,174,30). Sum of RGB (Red+Green+Blue) = 11+174+30=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 174 (68.36% from 255 or 80.93% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAE1E is #F451E1. Grayscale: #6D6D6D. Windows color (decimal): -16011746 or 2010635. OLE color: 2010635.

HSL color Cylindrical-coordinate representation of color #0BAE1E: hue angle of 126.99º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAE1E is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1117430-
CMYK0.9400.830.32
HSL126.99º88.11%36.27%-
HSV(B)126.99º93.68%68.24%-
XYZ15.5130.446.29-
YUV108.8583.558.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.12%
GREEN value IS 174 (68.36% from 255) = 80.93%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=5.12%
G=80.93%
B=13.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11174300.9400.830.32126.9988.1136.27
HexBAE1E5E053207f5824
Octal132563613601234017713044
Binary1011101011101111010111100101001110000011111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,174,30); }

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

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

 a { background-color: rgb(11,174,30); }

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

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

 span { border-color: rgb(11,174,30); }

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