Html Css Color HEX #0BA63A Dark Pastel Green

📋 copy color: '#0BA63A'

red 11 ◦ green 166 ◦ blue 58

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

Shades of Dark Pastel Green #0BA63A

Tints of Dark Pastel Green #0BA63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 70.64%

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 4.68%
G = 70.64%
B = 24.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#0BA63A (or 0x0BA63A) is known color: Dark Pastel Green. HEX triplet: 0B, A6 and 3A. RGB value is (11,166,58). Sum of RGB (Red+Green+Blue) = 11+166+58=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 166 (65.23% from 255 or 70.64% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA63A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA63A is #F459C5. Grayscale: #6B6B6B. Windows color (decimal): -16013766 or 3843595. OLE color: 3843595.

HSL color Cylindrical-coordinate representation of color #0BA63A: hue angle of 138.19º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA63A is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 166 58 -
CMYK 0.93 0 0.65 0.35
HSL 138.19º 0.88% 0.35% -
HSV(B) 138.19º 0.93% 0.65% -
XYZ 14.54 27.65 8.57 -
YUV 107.34 100.15 59.28 -
System Red Green Blue C M Y K H S L
Decimal 11 166 58 0.93 0 0.65 0.35 138.19 0.88 0.35
Hex B A6 3A 5D 0 41 23 8A 58 23
Octal 13 246 72 135 0 101 43 212 130 43
Binary 1011 10100110 111010 1011101 0 1000001 100011 10001010 1011000 100011

Color Harmonies of #0BA63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA63A

Black with #0BA63A

Text Example


Text Example

White with #0BA63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,166,58); }

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

background-color css

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

 a { background-color: rgb(11,166,58); }

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

border-color css

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

 span { border-color: rgb(11,166,58); }

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