Html Css Color HEX #0AB53F Dark Pastel Green

📋 copy color: '#0AB53F'

red 10 ◦ green 181 ◦ blue 63

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

Shades of Dark Pastel Green #0AB53F

Tints of Dark Pastel Green #0AB53F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 71.26%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 3.94%
G = 71.26%
B = 24.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#0AB53F (or 0x0AB53F) is known color: Dark Pastel Green. HEX triplet: 0A, B5 and 3F. RGB value is (10,181,63). Sum of RGB (Red+Green+Blue) = 10+181+63=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 181 (71.09% from 255 or 71.26% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB53F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB53F is #F54AC0. Grayscale: #747474. Windows color (decimal): -16075457 or 4175114. OLE color: 4175114.

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

Color convert

RGB 10 181 63 -
CMYK 0.94 0 0.65 0.29
HSL 138.6º 0.9% 0.37% -
HSV(B) 138.6º 0.94% 0.71% -
XYZ 17.55 33.47 10.24 -
YUV 116.42 97.85 52.09 -
System Red Green Blue C M Y K H S L
Decimal 10 181 63 0.94 0 0.65 0.29 138.6 0.9 0.37
Hex A B5 3F 5E 0 41 1D 8B 5A 25
Octal 12 265 77 136 0 101 35 213 132 45
Binary 1010 10110101 111111 1011110 0 1000001 11101 10001011 1011010 100101

Color Harmonies of #0AB53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB53F

Black with #0AB53F

Text Example


Text Example

White with #0AB53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,181,63); }

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

background-color css

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

 a { background-color: rgb(10,181,63); }

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

border-color css

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

 span { border-color: rgb(10,181,63); }

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