Html Css Color HEX #0ABA44 Dark Pastel Green

📋 copy color: '#0ABA44'

red 10 ◦ green 186 ◦ blue 68

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

Shades of Dark Pastel Green #0ABA44

Tints of Dark Pastel Green #0ABA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.76%

R = 3.79%
G = 70.45%
B = 25.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#0ABA44 (or 0x0ABA44) is known color: Dark Pastel Green. HEX triplet: 0A, BA and 44. RGB value is (10,186,68). Sum of RGB (Red+Green+Blue) = 10+186+68=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABA44 is #F545BB. Grayscale: #787878. Windows color (decimal): -16074172 or 4504074. OLE color: 4504074.

HSL color Cylindrical-coordinate representation of color #0ABA44: hue angle of 139.77º 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 #0ABA44 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 186 68 -
CMYK 0.95 0 0.63 0.27
HSL 139.77º 0.9% 0.38% -
HSV(B) 139.77º 0.95% 0.73% -
XYZ 18.73 35.6 11.35 -
YUV 119.92 98.69 49.59 -
System Red Green Blue C M Y K H S L
Decimal 10 186 68 0.95 0 0.63 0.27 139.77 0.9 0.38
Hex A BA 44 5F 0 3F 1B 8C 5A 26
Octal 12 272 104 137 0 77 33 214 132 46
Binary 1010 10111010 1000100 1011111 0 111111 11011 10001100 1011010 100110

Color Harmonies of #0ABA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA44

Black with #0ABA44

Text Example


Text Example

White with #0ABA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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