Html Css Color HEX #0ADC2F Dark Pastel Green

📋 copy color: '#0ADC2F'

red 10 ◦ green 220 ◦ blue 47

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

Shades of Dark Pastel Green #0ADC2F

Tints of Dark Pastel Green #0ADC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 3.61%
G = 79.42%
B = 16.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#0ADC2F (or 0x0ADC2F) is known color: Dark Pastel Green. HEX triplet: 0A, DC and 2F. RGB value is (10,220,47). Sum of RGB (Red+Green+Blue) = 10+220+47=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 220 (86.33% from 255 or 79.42% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADC2F is #F523D0. Grayscale: #898989. Windows color (decimal): -16065489 or 3136522. OLE color: 3136522.

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

Color convert

RGB 10 220 47 -
CMYK 0.95 0 0.79 0.14
HSL 130.57º 0.91% 0.45% -
HSV(B) 130.57º 0.95% 0.86% -
XYZ 26.23 51.46 11.24 -
YUV 137.49 76.93 37.07 -
System Red Green Blue C M Y K H S L
Decimal 10 220 47 0.95 0 0.79 0.14 130.57 0.91 0.45
Hex A DC 2F 5F 0 4F E 83 5B 2D
Octal 12 334 57 137 0 117 16 203 133 55
Binary 1010 11011100 101111 1011111 0 1001111 1110 10000011 1011011 101101

Color Harmonies of #0ADC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC2F

Black with #0ADC2F

Text Example


Text Example

White with #0ADC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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