Html Css Color HEX #0AE735 Malachite

📋 copy color: '#0AE735'

red 10 ◦ green 231 ◦ blue 53

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

Shades of Malachite #0AE735

Tints of Malachite #0AE735

RGB

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

 GREEN value IS 231 (90.63% from 255) = 78.57%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 3.4%
G = 78.57%
B = 18.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#0AE735 (or 0x0AE735) is known color: Malachite. HEX triplet: 0A, E7 and 35. RGB value is (10,231,53). Sum of RGB (Red+Green+Blue) = 10+231+53=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 231 (90.62% from 255 or 78.57% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE735 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE735 is #F518CA. Grayscale: #919191. Windows color (decimal): -16062667 or 3532554. OLE color: 3532554.

HSL color Cylindrical-coordinate representation of color #0AE735: hue angle of 131.67º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE735 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 10 231 53 -
CMYK 0.96 0 0.77 0.09
HSL 131.67º 0.92% 0.47% -
HSV(B) 131.67º 0.96% 0.91% -
XYZ 29.34 57.47 12.92 -
YUV 144.63 76.28 31.97 -
System Red Green Blue C M Y K H S L
Decimal 10 231 53 0.96 0 0.77 0.09 131.67 0.92 0.47
Hex A E7 35 60 0 4D 9 84 5C 2F
Octal 12 347 65 140 0 115 11 204 134 57
Binary 1010 11100111 110101 1100000 0 1001101 1001 10000100 1011100 101111

Color Harmonies of #0AE735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE735

Black with #0AE735

Text Example


Text Example

White with #0AE735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,231,53); }

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

background-color css

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

 a { background-color: rgb(10,231,53); }

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

border-color css

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

 span { border-color: rgb(10,231,53); }

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