Html Css Color HEX #0AE233 Malachite

📋 copy color: '#0AE233'

red 10 ◦ green 226 ◦ blue 51

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

Shades of Malachite #0AE233

Tints of Malachite #0AE233

RGB

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

 GREEN value IS 226 (88.67% from 255) = 78.75%

 BLUE value IS 51 (20.31% from 255) = 17.77%

R = 3.48%
G = 78.75%
B = 17.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#0AE233 (or 0x0AE233) is known color: Malachite. HEX triplet: 0A, E2 and 33. RGB value is (10,226,51). Sum of RGB (Red+Green+Blue) = 10+226+51=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 226 (88.67% from 255 or 78.75% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE233 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE233 is #F51DCC. Grayscale: #8D8D8D. Windows color (decimal): -16063949 or 3400202. OLE color: 3400202.

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

Color convert

RGB 10 226 51 -
CMYK 0.96 0 0.77 0.11
HSL 131.39º 0.92% 0.46% -
HSV(B) 131.39º 0.96% 0.89% -
XYZ 27.92 54.7 12.22 -
YUV 141.47 76.94 34.23 -
System Red Green Blue C M Y K H S L
Decimal 10 226 51 0.96 0 0.77 0.11 131.39 0.92 0.46
Hex A E2 33 60 0 4D B 83 5C 2E
Octal 12 342 63 140 0 115 13 203 134 56
Binary 1010 11100010 110011 1100000 0 1001101 1011 10000011 1011100 101110

Color Harmonies of #0AE233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE233

Black with #0AE233

Text Example


Text Example

White with #0AE233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,226,51); }

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

background-color css

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

 a { background-color: rgb(10,226,51); }

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

border-color css

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

 span { border-color: rgb(10,226,51); }

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