Html Css Color HEX #0BAE30 Dark Pastel Green

📋 copy color: '#0BAE30'

red 11 ◦ green 174 ◦ blue 48

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

Shades of Dark Pastel Green #0BAE30

Tints of Dark Pastel Green #0BAE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.6%

R = 4.72%
G = 74.68%
B = 20.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#0BAE30 (or 0x0BAE30) is known color: Dark Pastel Green. HEX triplet: 0B, AE and 30. RGB value is (11,174,48). Sum of RGB (Red+Green+Blue) = 11+174+48=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 174 (68.36% from 255 or 74.68% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAE30 is #F451CF. Grayscale: #6F6F6F. Windows color (decimal): -16011728 or 3190283. OLE color: 3190283.

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

Color convert

RGB 11 174 48 -
CMYK 0.94 0 0.72 0.32
HSL 133.62º 0.88% 0.36% -
HSV(B) 133.62º 0.94% 0.68% -
XYZ 15.81 30.56 7.86 -
YUV 110.9 92.5 56.75 -
System Red Green Blue C M Y K H S L
Decimal 11 174 48 0.94 0 0.72 0.32 133.62 0.88 0.36
Hex B AE 30 5E 0 48 20 86 58 24
Octal 13 256 60 136 0 110 40 206 130 44
Binary 1011 10101110 110000 1011110 0 1001000 100000 10000110 1011000 100100

Color Harmonies of #0BAE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAE30

Black with #0BAE30

Text Example


Text Example

White with #0BAE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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