#0bae4d

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

Shades of Pigment Green #0BAE4D

Tints of Pigment Green #0BAE4D

Color information

#0BAE4D (or 0x0BAE4D) is unknown color: approx Pigment Green. HEX triplet: 0B, AE and 4D. RGB value is (11,174,77). Sum of RGB (Red+Green+Blue) = 11+174+77=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 174 (68.36% from 255 or 66.41% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAE4D is #F451B2. Grayscale: #727272. Windows color (decimal): -16011699 or 5090827. OLE color: 5090827.

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

Color convert

RGB1117477-
CMYK0.9400.560.32
HSL144.29º88.11%36.27%-
HSV(B)144.29º93.68%68.24%-
XYZ16.6130.8812.11-
YUV114.210754.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.20%
GREEN value IS 174 (68.36% from 255) = 66.41%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=4.20%
G=66.41%
B=29.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11174770.9400.560.32144.2988.1136.27
HexBAE4D5E03820905824
Octal132561151360704022013044
Binary101110101110100110110111100111000100000100100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bae4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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