Html Css Color HEX #0AD36C Malachite

📋 copy color: '#0AD36C'

red 10 ◦ green 211 ◦ blue 108

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

Shades of Malachite #0AD36C

Tints of Malachite #0AD36C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 64.13%

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 3.04%
G = 64.13%
B = 32.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#0AD36C (or 0x0AD36C) is known color: Malachite. HEX triplet: 0A, D3 and 6C. RGB value is (10,211,108). Sum of RGB (Red+Green+Blue) = 10+211+108=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 211 (82.81% from 255 or 64.13% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD36C is #F52C93. Grayscale: #8B8B8B. Windows color (decimal): -16067732 or 7131914. OLE color: 7131914.

HSL color Cylindrical-coordinate representation of color #0AD36C: hue angle of 149.25º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD36C is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 10 211 108 -
CMYK 0.95 0 0.49 0.17
HSL 149.25º 0.91% 0.43% -
HSV(B) 149.25º 0.95% 0.83% -
XYZ 26.13 47.74 22.02 -
YUV 139.16 110.41 35.88 -
System Red Green Blue C M Y K H S L
Decimal 10 211 108 0.95 0 0.49 0.17 149.25 0.91 0.43
Hex A D3 6C 5F 0 31 11 95 5B 2B
Octal 12 323 154 137 0 61 21 225 133 53
Binary 1010 11010011 1101100 1011111 0 110001 10001 10010101 1011011 101011

Color Harmonies of #0AD36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD36C

Black with #0AD36C

Text Example


Text Example

White with #0AD36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,211,108); }

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

background-color css

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

 a { background-color: rgb(10,211,108); }

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

border-color css

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

 span { border-color: rgb(10,211,108); }

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