Html Css Color HEX #0AD75A Malachite

📋 copy color: '#0AD75A'

red 10 ◦ green 215 ◦ blue 90

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

Shades of Malachite #0AD75A

Tints of Malachite #0AD75A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.25%

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 3.17%
G = 68.25%
B = 28.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#0AD75A (or 0x0AD75A) is known color: Malachite. HEX triplet: 0A, D7 and 5A. RGB value is (10,215,90). Sum of RGB (Red+Green+Blue) = 10+215+90=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 215 (84.38% from 255 or 68.25% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD75A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD75A is #F528A5. Grayscale: #8B8B8B. Windows color (decimal): -16066726 or 5953290. OLE color: 5953290.

HSL color Cylindrical-coordinate representation of color #0AD75A: hue angle of 143.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD75A is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 215 90 -
CMYK 0.95 0 0.58 0.16
HSL 143.41º 0.91% 0.44% -
HSV(B) 143.41º 0.95% 0.84% -
XYZ 26.27 49.4 17.82 -
YUV 139.46 100.08 35.66 -
System Red Green Blue C M Y K H S L
Decimal 10 215 90 0.95 0 0.58 0.16 143.41 0.91 0.44
Hex A D7 5A 5F 0 3A 10 8F 5B 2C
Octal 12 327 132 137 0 72 20 217 133 54
Binary 1010 11010111 1011010 1011111 0 111010 10000 10001111 1011011 101100

Color Harmonies of #0AD75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD75A

Black with #0AD75A

Text Example


Text Example

White with #0AD75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,215,90); }

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

background-color css

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

 a { background-color: rgb(10,215,90); }

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

border-color css

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

 span { border-color: rgb(10,215,90); }

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