Html Css Color HEX #0BAE25 Dark Pastel Green

📋 copy color: '#0BAE25'

red 11 ◦ green 174 ◦ blue 37

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

Shades of Dark Pastel Green #0BAE25

Tints of Dark Pastel Green #0BAE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.67%

R = 4.95%
G = 78.38%
B = 16.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#0BAE25 (or 0x0BAE25) is known color: Dark Pastel Green. HEX triplet: 0B, AE and 25. RGB value is (11,174,37). Sum of RGB (Red+Green+Blue) = 11+174+37=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 174 (68.36% from 255 or 78.38% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAE25 is #F451DA. Grayscale: #6E6E6E. Windows color (decimal): -16011739 or 2469387. OLE color: 2469387.

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

Color convert

RGB 11 174 37 -
CMYK 0.94 0 0.79 0.32
HSL 129.57º 0.88% 0.36% -
HSV(B) 129.57º 0.94% 0.68% -
XYZ 15.61 30.48 6.81 -
YUV 109.65 87 57.64 -
System Red Green Blue C M Y K H S L
Decimal 11 174 37 0.94 0 0.79 0.32 129.57 0.88 0.36
Hex B AE 25 5E 0 4F 20 82 58 24
Octal 13 256 45 136 0 117 40 202 130 44
Binary 1011 10101110 100101 1011110 0 1001111 100000 10000010 1011000 100100

Color Harmonies of #0BAE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAE25

Black with #0BAE25

Text Example


Text Example

White with #0BAE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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