Html Css Color HEX #0AB640 Dark Pastel Green

📋 copy color: '#0AB640'

red 10 ◦ green 182 ◦ blue 64

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

Shades of Dark Pastel Green #0AB640

Tints of Dark Pastel Green #0AB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 71.09%

 BLUE value IS 64 (25.39% from 255) = 25%

R = 3.91%
G = 71.09%
B = 25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#0AB640 (or 0x0AB640) is known color: Dark Pastel Green. HEX triplet: 0A, B6 and 40. RGB value is (10,182,64). Sum of RGB (Red+Green+Blue) = 10+182+64=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 182 (71.48% from 255 or 71.09% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB640 is #F549BF. Grayscale: #757575. Windows color (decimal): -16075200 or 4240906. OLE color: 4240906.

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

Color convert

RGB 10 182 64 -
CMYK 0.95 0 0.65 0.29
HSL 138.84º 0.9% 0.38% -
HSV(B) 138.84º 0.95% 0.71% -
XYZ 17.78 33.89 10.46 -
YUV 117.12 98.02 51.59 -
System Red Green Blue C M Y K H S L
Decimal 10 182 64 0.95 0 0.65 0.29 138.84 0.9 0.38
Hex A B6 40 5F 0 41 1D 8B 5A 26
Octal 12 266 100 137 0 101 35 213 132 46
Binary 1010 10110110 1000000 1011111 0 1000001 11101 10001011 1011010 100110

Color Harmonies of #0AB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB640

Black with #0AB640

Text Example


Text Example

White with #0AB640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,182,64); }

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

background-color css

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

 a { background-color: rgb(10,182,64); }

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

border-color css

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

 span { border-color: rgb(10,182,64); }

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