Html Css Color HEX #0FCD4B Malachite

📋 copy color: '#0FCD4B'

red 15 ◦ green 205 ◦ blue 75

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

Shades of Malachite #0FCD4B

Tints of Malachite #0FCD4B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.49%

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 5.08%
G = 69.49%
B = 25.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#0FCD4B (or 0x0FCD4B) is known color: Malachite. HEX triplet: 0F, CD and 4B. RGB value is (15,205,75). Sum of RGB (Red+Green+Blue) = 15+205+75=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCD4B is #F032B4. Grayscale: #858585. Windows color (decimal): -15741621 or 4967695. OLE color: 4967695.

HSL color Cylindrical-coordinate representation of color #0FCD4B: hue angle of 138.95º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCD4B is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 205 75 -
CMYK 0.93 0 0.63 0.20
HSL 138.95º 0.86% 0.43% -
HSV(B) 138.95º 0.93% 0.8% -
XYZ 23.3 44.27 13.97 -
YUV 133.37 95.05 43.57 -
System Red Green Blue C M Y K H S L
Decimal 15 205 75 0.93 0 0.63 0.20 138.95 0.86 0.43
Hex F CD 4B 5D 0 3F 14 8B 56 2B
Octal 17 315 113 135 0 77 24 213 126 53
Binary 1111 11001101 1001011 1011101 0 111111 10100 10001011 1010110 101011

Color Harmonies of #0FCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCD4B

Black with #0FCD4B

Text Example


Text Example

White with #0FCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,205,75); }

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

background-color css

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

 a { background-color: rgb(15,205,75); }

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

border-color css

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

 span { border-color: rgb(15,205,75); }

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