Html Css Color HEX #0AC030 Dark Pastel Green

📋 copy color: '#0AC030'

red 10 ◦ green 192 ◦ blue 48

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

Shades of Dark Pastel Green #0AC030

Tints of Dark Pastel Green #0AC030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 76.8%

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 4%
G = 76.8%
B = 19.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#0AC030 (or 0x0AC030) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 30. RGB value is (10,192,48). Sum of RGB (Red+Green+Blue) = 10+192+48=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 192 (75.39% from 255 or 76.8% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC030 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC030 is #F53FCF. Grayscale: #797979. Windows color (decimal): -16072656 or 3194890. OLE color: 3194890.

HSL color Cylindrical-coordinate representation of color #0AC030: hue angle of 132.53º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC030 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 192 48 -
CMYK 0.95 0 0.75 0.25
HSL 132.53º 0.9% 0.4% -
HSV(B) 132.53º 0.95% 0.75% -
XYZ 19.51 37.98 9.1 -
YUV 121.17 86.7 48.71 -
System Red Green Blue C M Y K H S L
Decimal 10 192 48 0.95 0 0.75 0.25 132.53 0.9 0.4
Hex A C0 30 5F 0 4B 19 85 5A 28
Octal 12 300 60 137 0 113 31 205 132 50
Binary 1010 11000000 110000 1011111 0 1001011 11001 10000101 1011010 101000

Color Harmonies of #0AC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC030

Black with #0AC030

Text Example


Text Example

White with #0AC030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,192,48); }

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

background-color css

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

 a { background-color: rgb(10,192,48); }

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

border-color css

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

 span { border-color: rgb(10,192,48); }

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