#0BAE2A

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

Shades of Dark Pastel Green #0BAE2A

Tints of Dark Pastel Green #0BAE2A

Color information

#0BAE2A (or 0x0BAE2A) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, AE and 2A. RGB value is (11,174,42). Sum of RGB (Red+Green+Blue) = 11+174+42=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 174 (68.36% from 255 or 76.65% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAE2A is #F451D5. Grayscale: #6E6E6E. Windows color (decimal): -16011734 or 2797067. OLE color: 2797067.

HSL color Cylindrical-coordinate representation of color #0BAE2A: hue angle of 131.41º 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 #0BAE2A is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB1117442-
CMYK0.9400.760.32
HSL131.41º88.11%36.27%-
HSV(B)131.41º93.68%68.24%-
XYZ15.6930.517.25-
YUV110.2189.557.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.85%
GREEN value IS 174 (68.36% from 255) = 76.65%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=4.85%
G=76.65%
B=18.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11174420.9400.760.32131.4188.1136.27
HexBAE2A5E04C20835824
Octal132565213601144020313044
Binary101110101110101010101111001001100100000100000111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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