Html Css Color HEX #0FD05A Malachite

📋 copy color: '#0FD05A'

red 15 ◦ green 208 ◦ blue 90

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

Shades of Malachite #0FD05A

Tints of Malachite #0FD05A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.45%

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 4.79%
G = 66.45%
B = 28.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#0FD05A (or 0x0FD05A) is known color: Malachite. HEX triplet: 0F, D0 and 5A. RGB value is (15,208,90). Sum of RGB (Red+Green+Blue) = 15+208+90=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD05A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD05A is #F02FA5. Grayscale: #898989. Windows color (decimal): -15740838 or 5951503. OLE color: 5951503.

HSL color Cylindrical-coordinate representation of color #0FD05A: hue angle of 143.32º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD05A is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 208 90 -
CMYK 0.93 0 0.57 0.18
HSL 143.32º 0.87% 0.44% -
HSV(B) 143.32º 0.93% 0.82% -
XYZ 24.6 45.95 17.25 -
YUV 136.84 101.56 41.09 -
System Red Green Blue C M Y K H S L
Decimal 15 208 90 0.93 0 0.57 0.18 143.32 0.87 0.44
Hex F D0 5A 5D 0 39 12 8F 57 2C
Octal 17 320 132 135 0 71 22 217 127 54
Binary 1111 11010000 1011010 1011101 0 111001 10010 10001111 1010111 101100

Color Harmonies of #0FD05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD05A

Black with #0FD05A

Text Example


Text Example

White with #0FD05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,90); }

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

background-color css

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

 a { background-color: rgb(15,208,90); }

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

border-color css

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

 span { border-color: rgb(15,208,90); }

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