Html Css Color HEX #0ADC32 Dark Pastel Green

📋 copy color: '#0ADC32'

red 10 ◦ green 220 ◦ blue 50

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

Shades of Dark Pastel Green #0ADC32

Tints of Dark Pastel Green #0ADC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 78.57%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 3.57%
G = 78.57%
B = 17.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#0ADC32 (or 0x0ADC32) is known color: Dark Pastel Green. HEX triplet: 0A, DC and 32. RGB value is (10,220,50). Sum of RGB (Red+Green+Blue) = 10+220+50=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 220 (86.33% from 255 or 78.57% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADC32 is #F523CD. Grayscale: #8A8A8A. Windows color (decimal): -16065486 or 3333130. OLE color: 3333130.

HSL color Cylindrical-coordinate representation of color #0ADC32: hue angle of 131.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADC32 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 220 50 -
CMYK 0.95 0 0.77 0.14
HSL 131.43º 0.91% 0.45% -
HSV(B) 131.43º 0.95% 0.86% -
XYZ 26.29 51.48 11.57 -
YUV 137.83 78.43 36.82 -
System Red Green Blue C M Y K H S L
Decimal 10 220 50 0.95 0 0.77 0.14 131.43 0.91 0.45
Hex A DC 32 5F 0 4D E 83 5B 2D
Octal 12 334 62 137 0 115 16 203 133 55
Binary 1010 11011100 110010 1011111 0 1001101 1110 10000011 1011011 101101

Color Harmonies of #0ADC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC32

Black with #0ADC32

Text Example


Text Example

White with #0ADC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,220,50); }

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

background-color css

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

 a { background-color: rgb(10,220,50); }

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

border-color css

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

 span { border-color: rgb(10,220,50); }

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