Html Css Color HEX #0ACD69 Malachite

📋 copy color: '#0ACD69'

red 10 ◦ green 205 ◦ blue 105

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

Shades of Malachite #0ACD69

Tints of Malachite #0ACD69

RGB

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

 GREEN value IS 205 (80.47% from 255) = 64.06%

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

R = 3.13%
G = 64.06%
B = 32.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#0ACD69 (or 0x0ACD69) is known color: Malachite. HEX triplet: 0A, CD and 69. RGB value is (10,205,105). Sum of RGB (Red+Green+Blue) = 10+205+105=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 205 (80.47% from 255 or 64.06% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACD69 is #F53296. Grayscale: #878787. Windows color (decimal): -16069271 or 6933770. OLE color: 6933770.

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

Color convert

RGB 10 205 105 -
CMYK 0.95 0 0.49 0.20
HSL 149.23º 0.91% 0.42% -
HSV(B) 149.23º 0.95% 0.8% -
XYZ 24.51 44.75 20.71 -
YUV 135.3 110.9 38.63 -
System Red Green Blue C M Y K H S L
Decimal 10 205 105 0.95 0 0.49 0.20 149.23 0.91 0.42
Hex A CD 69 5F 0 31 14 95 5B 2A
Octal 12 315 151 137 0 61 24 225 133 52
Binary 1010 11001101 1101001 1011111 0 110001 10100 10010101 1011011 101010

Color Harmonies of #0ACD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACD69

Black with #0ACD69

Text Example


Text Example

White with #0ACD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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