Html Css Color HEX #0BAE32 Dark Pastel Green

📋 copy color: '#0BAE32'

red 11 ◦ green 174 ◦ blue 50

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

Shades of Dark Pastel Green #0BAE32

Tints of Dark Pastel Green #0BAE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 74.04%

 BLUE value IS 50 (19.92% from 255) = 21.28%

R = 4.68%
G = 74.04%
B = 21.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#0BAE32 (or 0x0BAE32) is known color: Dark Pastel Green. HEX triplet: 0B, AE and 32. RGB value is (11,174,50). Sum of RGB (Red+Green+Blue) = 11+174+50=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 174 (68.36% from 255 or 74.04% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAE32 is #F451CD. Grayscale: #6F6F6F. Windows color (decimal): -16011726 or 3321355. OLE color: 3321355.

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

Color convert

RGB 11 174 50 -
CMYK 0.94 0 0.71 0.32
HSL 134.36º 0.88% 0.36% -
HSV(B) 134.36º 0.94% 0.68% -
XYZ 15.85 30.57 8.08 -
YUV 111.13 93.5 56.58 -
System Red Green Blue C M Y K H S L
Decimal 11 174 50 0.94 0 0.71 0.32 134.36 0.88 0.36
Hex B AE 32 5E 0 47 20 86 58 24
Octal 13 256 62 136 0 107 40 206 130 44
Binary 1011 10101110 110010 1011110 0 1000111 100000 10000110 1011000 100100

Color Harmonies of #0BAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAE32

Black with #0BAE32

Text Example


Text Example

White with #0BAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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