Html Css Color HEX #0ACC22 Dark Pastel Green

📋 copy color: '#0ACC22'

red 10 ◦ green 204 ◦ blue 34

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

Shades of Dark Pastel Green #0ACC22

Tints of Dark Pastel Green #0ACC22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.71%

R = 4.03%
G = 82.26%
B = 13.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#0ACC22 (or 0x0ACC22) is known color: Dark Pastel Green. HEX triplet: 0A, CC and 22. RGB value is (10,204,34). Sum of RGB (Red+Green+Blue) = 10+204+34=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 204 (80.08% from 255 or 82.26% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACC22 is #F533DD. Grayscale: #7F7F7F. Windows color (decimal): -16069598 or 2280458. OLE color: 2280458.

HSL color Cylindrical-coordinate representation of color #0ACC22: hue angle of 127.42º 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 #0ACC22 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 204 34 -
CMYK 0.95 0 0.83 0.2
HSL 127.42º 0.91% 0.42% -
HSV(B) 127.42º 0.95% 0.8% -
XYZ 22.01 43.37 8.72 -
YUV 126.61 75.73 44.82 -
System Red Green Blue C M Y K H S L
Decimal 10 204 34 0.95 0 0.83 0.2 127.42 0.91 0.42
Hex A CC 22 5F 0 53 14 7F 5B 2A
Octal 12 314 42 137 0 123 24 177 133 52
Binary 1010 11001100 100010 1011111 0 1010011 10100 1111111 1011011 101010

Color Harmonies of #0ACC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACC22

Black with #0ACC22

Text Example


Text Example

White with #0ACC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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