Html Css Color HEX #0ADC2B Dark Pastel Green

📋 copy color: '#0ADC2B'

red 10 ◦ green 220 ◦ blue 43

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

Shades of Dark Pastel Green #0ADC2B

Tints of Dark Pastel Green #0ADC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 3.66%
G = 80.59%
B = 15.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#0ADC2B (or 0x0ADC2B) is known color: Dark Pastel Green. HEX triplet: 0A, DC and 2B. RGB value is (10,220,43). Sum of RGB (Red+Green+Blue) = 10+220+43=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 220 (86.33% from 255 or 80.59% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADC2B is #F523D4. Grayscale: #898989. Windows color (decimal): -16065493 or 2874378. OLE color: 2874378.

HSL color Cylindrical-coordinate representation of color #0ADC2B: hue angle of 129.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 #0ADC2B is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 220 43 -
CMYK 0.95 0 0.80 0.14
HSL 129.43º 0.91% 0.45% -
HSV(B) 129.43º 0.95% 0.86% -
XYZ 26.15 51.43 10.83 -
YUV 137.03 74.93 37.39 -
System Red Green Blue C M Y K H S L
Decimal 10 220 43 0.95 0 0.80 0.14 129.43 0.91 0.45
Hex A DC 2B 5F 0 50 E 81 5B 2D
Octal 12 334 53 137 0 120 16 201 133 55
Binary 1010 11011100 101011 1011111 0 1010000 1110 10000001 1011011 101101

Color Harmonies of #0ADC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC2B

Black with #0ADC2B

Text Example


Text Example

White with #0ADC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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