Html Css Color HEX #0CFF5C Malachite

📋 copy color: '#0CFF5C'

red 12 ◦ green 255 ◦ blue 92

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

Shades of Malachite #0CFF5C

Tints of Malachite #0CFF5C

RGB

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

 GREEN value IS 255 (100% from 255) = 71.03%

 BLUE value IS 92 (36.33% from 255) = 25.63%

R = 3.34%
G = 71.03%
B = 25.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#0CFF5C (or 0x0CFF5C) is known color: Malachite. HEX triplet: 0C, FF and 5C. RGB value is (12,255,92). Sum of RGB (Red+Green+Blue) = 12+255+92=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFF5C is #F300A3. Grayscale: #A4A4A4. Windows color (decimal): -15925412 or 6094604. OLE color: 6094604.

HSL color Cylindrical-coordinate representation of color #0CFF5C: hue angle of 139.75º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF5C is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 12 255 92 -
CMYK 0.95 0 0.64 0
HSL 139.75º 1% 0.52% -
HSV(B) 139.75º 0.95% 1% -
XYZ 37.84 72.37 22.1 -
YUV 163.76 87.49 19.75 -
System Red Green Blue C M Y K H S L
Decimal 12 255 92 0.95 0 0.64 0 139.75 1 0.52
Hex C FF 5C 5F 0 40 0 8C 64 34
Octal 14 377 134 137 0 100 0 214 144 64
Binary 1100 11111111 1011100 1011111 0 1000000 0 10001100 1100100 110100

Color Harmonies of #0CFF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF5C

Black with #0CFF5C

Text Example


Text Example

White with #0CFF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,255,92); }

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

background-color css

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

 a { background-color: rgb(12,255,92); }

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

border-color css

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

 span { border-color: rgb(12,255,92); }

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