Html Css Color HEX #0FDC8F Caribbean Green

📋 copy color: '#0FDC8F'

red 15 ◦ green 220 ◦ blue 143

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

Shades of Caribbean Green #0FDC8F

Tints of Caribbean Green #0FDC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.2%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 3.97%
G = 58.2%
B = 37.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#0FDC8F (or 0x0FDC8F) is known color: Caribbean Green. HEX triplet: 0F, DC and 8F. RGB value is (15,220,143). Sum of RGB (Red+Green+Blue) = 15+220+143=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 220 (86.33% from 255 or 58.20% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDC8F is #F02370. Grayscale: #969696. Windows color (decimal): -15737713 or 9427983. OLE color: 9427983.

HSL color Cylindrical-coordinate representation of color #0FDC8F: hue angle of 157.46º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDC8F is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 220 143 -
CMYK 0.93 0 0.35 0.14
HSL 157.46º 0.87% 0.46% -
HSV(B) 157.46º 0.93% 0.86% -
XYZ 30.75 53.27 34.65 -
YUV 149.93 124.08 31.76 -
System Red Green Blue C M Y K H S L
Decimal 15 220 143 0.93 0 0.35 0.14 157.46 0.87 0.46
Hex F DC 8F 5D 0 23 E 9D 57 2E
Octal 17 334 217 135 0 43 16 235 127 56
Binary 1111 11011100 10001111 1011101 0 100011 1110 10011101 1010111 101110

Color Harmonies of #0FDC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC8F

Black with #0FDC8F

Text Example


Text Example

White with #0FDC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,143); }

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

background-color css

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

 a { background-color: rgb(15,220,143); }

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

border-color css

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

 span { border-color: rgb(15,220,143); }

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