Html Css Color HEX #0ABA36 Dark Pastel Green

📋 copy color: '#0ABA36'

red 10 ◦ green 186 ◦ blue 54

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

Shades of Dark Pastel Green #0ABA36

Tints of Dark Pastel Green #0ABA36

RGB

 RED value IS 10 (4.3% from 255) = 4%

 GREEN value IS 186 (73.05% from 255) = 74.4%

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 4%
G = 74.4%
B = 21.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#0ABA36 (or 0x0ABA36) is known color: Dark Pastel Green. HEX triplet: 0A, BA and 36. RGB value is (10,186,54). Sum of RGB (Red+Green+Blue) = 10+186+54=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABA36 is #F545C9. Grayscale: #767676. Windows color (decimal): -16074186 or 3586570. OLE color: 3586570.

HSL color Cylindrical-coordinate representation of color #0ABA36: hue angle of 135º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA36 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 186 54 -
CMYK 0.95 0 0.71 0.27
HSL 135º 0.9% 0.38% -
HSV(B) 135º 0.95% 0.73% -
XYZ 18.35 35.45 9.37 -
YUV 118.33 91.69 50.73 -
System Red Green Blue C M Y K H S L
Decimal 10 186 54 0.95 0 0.71 0.27 135 0.9 0.38
Hex A BA 36 5F 0 47 1B 87 5A 26
Octal 12 272 66 137 0 107 33 207 132 46
Binary 1010 10111010 110110 1011111 0 1000111 11011 10000111 1011010 100110

Color Harmonies of #0ABA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA36

Black with #0ABA36

Text Example


Text Example

White with #0ABA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,186,54); }

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

background-color css

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

 a { background-color: rgb(10,186,54); }

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

border-color css

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

 span { border-color: rgb(10,186,54); }

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