Html Css Color HEX #0FFA3D Malachite

📋 copy color: '#0FFA3D'

red 15 ◦ green 250 ◦ blue 61

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

Shades of Malachite #0FFA3D

Tints of Malachite #0FFA3D

RGB

 RED value IS 15 (6.25% from 255) = 4.6%

 GREEN value IS 250 (98.05% from 255) = 76.69%

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 4.6%
G = 76.69%
B = 18.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#0FFA3D (or 0x0FFA3D) is known color: Malachite. HEX triplet: 0F, FA and 3D. RGB value is (15,250,61). Sum of RGB (Red+Green+Blue) = 15+250+61=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFA3D is #F005C2. Grayscale: #9E9E9E. Windows color (decimal): -15730115 or 4061711. OLE color: 4061711.

HSL color Cylindrical-coordinate representation of color #0FFA3D: hue angle of 131.74º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFA3D is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 250 61 -
CMYK 0.94 0 0.76 0.02
HSL 131.74º 0.96% 0.52% -
HSV(B) 131.74º 0.94% 0.98% -
XYZ 35.22 68.81 15.84 -
YUV 158.19 73.14 25.87 -
System Red Green Blue C M Y K H S L
Decimal 15 250 61 0.94 0 0.76 0.02 131.74 0.96 0.52
Hex F FA 3D 5E 0 4C 2 84 60 34
Octal 17 372 75 136 0 114 2 204 140 64
Binary 1111 11111010 111101 1011110 0 1001100 10 10000100 1100000 110100

Color Harmonies of #0FFA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFA3D

Black with #0FFA3D

Text Example


Text Example

White with #0FFA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,250,61); }

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

background-color css

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

 a { background-color: rgb(15,250,61); }

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

border-color css

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

 span { border-color: rgb(15,250,61); }

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