Html Css Color HEX #0AB745 Dark Pastel Green

📋 copy color: '#0AB745'

red 10 ◦ green 183 ◦ blue 69

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

Shades of Dark Pastel Green #0AB745

Tints of Dark Pastel Green #0AB745

RGB

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

 GREEN value IS 183 (71.88% from 255) = 69.85%

 BLUE value IS 69 (27.34% from 255) = 26.34%

R = 3.82%
G = 69.85%
B = 26.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#0AB745 (or 0x0AB745) is known color: Dark Pastel Green. HEX triplet: 0A, B7 and 45. RGB value is (10,183,69). Sum of RGB (Red+Green+Blue) = 10+183+69=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 183 (71.88% from 255 or 69.85% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB745 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB745 is #F548BA. Grayscale: #767676. Windows color (decimal): -16074939 or 4568842. OLE color: 4568842.

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

Color convert

RGB 10 183 69 -
CMYK 0.95 0 0.62 0.28
HSL 140.46º 0.9% 0.38% -
HSV(B) 140.46º 0.95% 0.72% -
XYZ 18.13 34.36 11.31 -
YUV 118.28 100.19 50.77 -
System Red Green Blue C M Y K H S L
Decimal 10 183 69 0.95 0 0.62 0.28 140.46 0.9 0.38
Hex A B7 45 5F 0 3E 1C 8C 5A 26
Octal 12 267 105 137 0 76 34 214 132 46
Binary 1010 10110111 1000101 1011111 0 111110 11100 10001100 1011010 100110

Color Harmonies of #0AB745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB745

Black with #0AB745

Text Example


Text Example

White with #0AB745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,183,69); }

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

background-color css

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

 a { background-color: rgb(10,183,69); }

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

border-color css

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

 span { border-color: rgb(10,183,69); }

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