Html Css Color HEX #0CFC43 Malachite

📋 copy color: '#0CFC43'

red 12 ◦ green 252 ◦ blue 67

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

Shades of Malachite #0CFC43

Tints of Malachite #0CFC43

RGB

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

 GREEN value IS 252 (98.83% from 255) = 76.13%

 BLUE value IS 67 (26.56% from 255) = 20.24%

R = 3.63%
G = 76.13%
B = 20.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#0CFC43 (or 0x0CFC43) is known color: Malachite. HEX triplet: 0C, FC and 43. RGB value is (12,252,67). Sum of RGB (Red+Green+Blue) = 12+252+67=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 252 (98.83% from 255 or 76.13% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFC43 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFC43 is #F303BC. Grayscale: #9F9F9F. Windows color (decimal): -15926205 or 4455436. OLE color: 4455436.

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

Color convert

RGB 12 252 67 -
CMYK 0.95 0 0.73 0.01
HSL 133.75º 0.98% 0.52% -
HSV(B) 133.75º 0.95% 0.99% -
XYZ 35.98 70.1 16.95 -
YUV 159.15 75.99 23.04 -
System Red Green Blue C M Y K H S L
Decimal 12 252 67 0.95 0 0.73 0.01 133.75 0.98 0.52
Hex C FC 43 5F 0 49 1 86 62 34
Octal 14 374 103 137 0 111 1 206 142 64
Binary 1100 11111100 1000011 1011111 0 1001001 1 10000110 1100010 110100

Color Harmonies of #0CFC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFC43

Black with #0CFC43

Text Example


Text Example

White with #0CFC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,252,67); }

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

background-color css

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

 a { background-color: rgb(12,252,67); }

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

border-color css

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

 span { border-color: rgb(12,252,67); }

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