Html Css Color HEX #0ADD69 Malachite

📋 copy color: '#0ADD69'

red 10 ◦ green 221 ◦ blue 105

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

Shades of Malachite #0ADD69

Tints of Malachite #0ADD69

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65.77%

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 2.98%
G = 65.77%
B = 31.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#0ADD69 (or 0x0ADD69) is known color: Malachite. HEX triplet: 0A, DD and 69. RGB value is (10,221,105). Sum of RGB (Red+Green+Blue) = 10+221+105=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADD69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADD69 is #F52296. Grayscale: #909090. Windows color (decimal): -16065175 or 6937866. OLE color: 6937866.

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

Color convert

RGB 10 221 105 -
CMYK 0.95 0 0.52 0.13
HSL 147.01º 0.91% 0.45% -
HSV(B) 147.01º 0.95% 0.87% -
XYZ 28.53 52.8 22.05 -
YUV 144.69 105.6 31.93 -
System Red Green Blue C M Y K H S L
Decimal 10 221 105 0.95 0 0.52 0.13 147.01 0.91 0.45
Hex A DD 69 5F 0 34 D 93 5B 2D
Octal 12 335 151 137 0 64 15 223 133 55
Binary 1010 11011101 1101001 1011111 0 110100 1101 10010011 1011011 101101

Color Harmonies of #0ADD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADD69

Black with #0ADD69

Text Example


Text Example

White with #0ADD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,221,105); }

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

background-color css

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

 a { background-color: rgb(10,221,105); }

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

border-color css

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

 span { border-color: rgb(10,221,105); }

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