Html Css Color HEX #0CE630 Malachite

📋 copy color: '#0CE630'

red 12 ◦ green 230 ◦ blue 48

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

Shades of Malachite #0CE630

Tints of Malachite #0CE630

RGB

 RED value IS 12 (5.08% from 255) = 4.14%

 GREEN value IS 230 (90.23% from 255) = 79.31%

 BLUE value IS 48 (19.14% from 255) = 16.55%

R = 4.14%
G = 79.31%
B = 16.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#0CE630 (or 0x0CE630) is known color: Malachite. HEX triplet: 0C, E6 and 30. RGB value is (12,230,48). Sum of RGB (Red+Green+Blue) = 12+230+48=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 230 (90.23% from 255 or 79.31% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE630 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CE630 is #F319CF. Grayscale: #909090. Windows color (decimal): -15931856 or 3204620. OLE color: 3204620.

HSL color Cylindrical-coordinate representation of color #0CE630: hue angle of 129.91º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE630 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 12 230 48 -
CMYK 0.95 0 0.79 0.10
HSL 129.91º 0.9% 0.47% -
HSV(B) 129.91º 0.95% 0.9% -
XYZ 28.98 56.89 12.25 -
YUV 144.07 73.78 33.8 -
System Red Green Blue C M Y K H S L
Decimal 12 230 48 0.95 0 0.79 0.10 129.91 0.9 0.47
Hex C E6 30 5F 0 4F A 82 5A 2F
Octal 14 346 60 137 0 117 12 202 132 57
Binary 1100 11100110 110000 1011111 0 1001111 1010 10000010 1011010 101111

Color Harmonies of #0CE630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE630

Black with #0CE630

Text Example


Text Example

White with #0CE630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,230,48); }

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

background-color css

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

 a { background-color: rgb(12,230,48); }

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

border-color css

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

 span { border-color: rgb(12,230,48); }

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