Html Css Color HEX #0AD74B Malachite

📋 copy color: '#0AD74B'

red 10 ◦ green 215 ◦ blue 75

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

Shades of Malachite #0AD74B

Tints of Malachite #0AD74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25%

R = 3.33%
G = 71.67%
B = 25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#0AD74B (or 0x0AD74B) is known color: Malachite. HEX triplet: 0A, D7 and 4B. RGB value is (10,215,75). Sum of RGB (Red+Green+Blue) = 10+215+75=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 215 (84.38% from 255 or 71.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD74B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD74B is #F528B4. Grayscale: #8A8A8A. Windows color (decimal): -16066741 or 4970250. OLE color: 4970250.

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

Color convert

RGB 10 215 75 -
CMYK 0.95 0 0.65 0.16
HSL 139.02º 0.91% 0.44% -
HSV(B) 139.02º 0.95% 0.84% -
XYZ 25.7 49.17 14.79 -
YUV 137.75 92.58 36.88 -
System Red Green Blue C M Y K H S L
Decimal 10 215 75 0.95 0 0.65 0.16 139.02 0.91 0.44
Hex A D7 4B 5F 0 41 10 8B 5B 2C
Octal 12 327 113 137 0 101 20 213 133 54
Binary 1010 11010111 1001011 1011111 0 1000001 10000 10001011 1011011 101100

Color Harmonies of #0AD74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD74B

Black with #0AD74B

Text Example


Text Example

White with #0AD74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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