Html Css Color HEX #0AB43F Dark Pastel Green

📋 copy color: '#0AB43F'

red 10 ◦ green 180 ◦ blue 63

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

Shades of Dark Pastel Green #0AB43F

Tints of Dark Pastel Green #0AB43F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 71.15%

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

R = 3.95%
G = 71.15%
B = 24.9%

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

#0AB43F (or 0x0AB43F) is known color: Dark Pastel Green. HEX triplet: 0A, B4 and 3F. RGB value is (10,180,63). Sum of RGB (Red+Green+Blue) = 10+180+63=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 180 (70.70% from 255 or 71.15% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB43F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB43F is #F54BC0. Grayscale: #747474. Windows color (decimal): -16075713 or 4174858. OLE color: 4174858.

HSL color Cylindrical-coordinate representation of color #0AB43F: hue angle of 138.71º degrees, saturation: 0.89, 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 #0AB43F is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 180 63 -
CMYK 0.94 0 0.65 0.29
HSL 138.71º 0.89% 0.37% -
HSV(B) 138.71º 0.94% 0.71% -
XYZ 17.34 33.07 10.17 -
YUV 115.83 98.18 52.51 -
System Red Green Blue C M Y K H S L
Decimal 10 180 63 0.94 0 0.65 0.29 138.71 0.89 0.37
Hex A B4 3F 5E 0 41 1D 8B 59 25
Octal 12 264 77 136 0 101 35 213 131 45
Binary 1010 10110100 111111 1011110 0 1000001 11101 10001011 1011001 100101

Color Harmonies of #0AB43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB43F

Black with #0AB43F

Text Example


Text Example

White with #0AB43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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