Html Css Color HEX #0ACC20 Dark Pastel Green

📋 copy color: '#0ACC20'

red 10 ◦ green 204 ◦ blue 32

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

Shades of Dark Pastel Green #0ACC20

Tints of Dark Pastel Green #0ACC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 82.93%

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 4.07%
G = 82.93%
B = 13.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#0ACC20 (or 0x0ACC20) is known color: Dark Pastel Green. HEX triplet: 0A, CC and 20. RGB value is (10,204,32). Sum of RGB (Red+Green+Blue) = 10+204+32=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 204 (80.08% from 255 or 82.93% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACC20 is #F533DF. Grayscale: #7E7E7E. Windows color (decimal): -16069600 or 2149386. OLE color: 2149386.

HSL color Cylindrical-coordinate representation of color #0ACC20: hue angle of 126.8º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACC20 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 204 32 -
CMYK 0.95 0 0.84 0.2
HSL 126.8º 0.91% 0.42% -
HSV(B) 126.8º 0.95% 0.8% -
XYZ 21.98 43.35 8.58 -
YUV 126.39 74.73 44.99 -
System Red Green Blue C M Y K H S L
Decimal 10 204 32 0.95 0 0.84 0.2 126.8 0.91 0.42
Hex A CC 20 5F 0 54 14 7F 5B 2A
Octal 12 314 40 137 0 124 24 177 133 52
Binary 1010 11001100 100000 1011111 0 1010100 10100 1111111 1011011 101010

Color Harmonies of #0ACC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACC20

Black with #0ACC20

Text Example


Text Example

White with #0ACC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,32); }

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

background-color css

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

 a { background-color: rgb(10,204,32); }

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

border-color css

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

 span { border-color: rgb(10,204,32); }

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