Html Css Color HEX #0FCF69 Malachite

📋 copy color: '#0FCF69'

red 15 ◦ green 207 ◦ blue 105

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

Shades of Malachite #0FCF69

Tints of Malachite #0FCF69

RGB

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

 GREEN value IS 207 (81.25% from 255) = 63.3%

 BLUE value IS 105 (41.41% from 255) = 32.11%

R = 4.59%
G = 63.3%
B = 32.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#0FCF69 (or 0x0FCF69) is known color: Malachite. HEX triplet: 0F, CF and 69. RGB value is (15,207,105). Sum of RGB (Red+Green+Blue) = 15+207+105=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF69 is #F03096. Grayscale: #8A8A8A. Windows color (decimal): -15741079 or 6934287. OLE color: 6934287.

HSL color Cylindrical-coordinate representation of color #0FCF69: hue angle of 148.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF69 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 105 -
CMYK 0.93 0 0.49 0.19
HSL 148.13º 0.86% 0.44% -
HSV(B) 148.13º 0.93% 0.81% -
XYZ 25.06 45.75 20.87 -
YUV 137.96 109.39 40.29 -
System Red Green Blue C M Y K H S L
Decimal 15 207 105 0.93 0 0.49 0.19 148.13 0.86 0.44
Hex F CF 69 5D 0 31 13 94 56 2C
Octal 17 317 151 135 0 61 23 224 126 54
Binary 1111 11001111 1101001 1011101 0 110001 10011 10010100 1010110 101100

Color Harmonies of #0FCF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF69

Black with #0FCF69

Text Example


Text Example

White with #0FCF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,105); }

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

background-color css

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

 a { background-color: rgb(15,207,105); }

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

border-color css

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

 span { border-color: rgb(15,207,105); }

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