Html Css Color HEX #0AB944 Dark Pastel Green

📋 copy color: '#0AB944'

red 10 ◦ green 185 ◦ blue 68

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

Shades of Dark Pastel Green #0AB944

Tints of Dark Pastel Green #0AB944

RGB

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

 GREEN value IS 185 (72.66% from 255) = 70.34%

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

R = 3.8%
G = 70.34%
B = 25.86%

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

#0AB944 (or 0x0AB944) is known color: Dark Pastel Green. HEX triplet: 0A, B9 and 44. RGB value is (10,185,68). Sum of RGB (Red+Green+Blue) = 10+185+68=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 185 (72.66% from 255 or 70.34% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB944 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB944 is #F546BB. Grayscale: #777777. Windows color (decimal): -16074428 or 4503818. OLE color: 4503818.

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

Color convert

RGB 10 185 68 -
CMYK 0.95 0 0.63 0.27
HSL 139.89º 0.9% 0.38% -
HSV(B) 139.89º 0.95% 0.73% -
XYZ 18.52 35.18 11.28 -
YUV 119.34 99.02 50.01 -
System Red Green Blue C M Y K H S L
Decimal 10 185 68 0.95 0 0.63 0.27 139.89 0.9 0.38
Hex A B9 44 5F 0 3F 1B 8C 5A 26
Octal 12 271 104 137 0 77 33 214 132 46
Binary 1010 10111001 1000100 1011111 0 111111 11011 10001100 1011010 100110

Color Harmonies of #0AB944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB944

Black with #0AB944

Text Example


Text Example

White with #0AB944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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