Html Css Color HEX #0FDC98 Caribbean Green

📋 copy color: '#0FDC98'

red 15 ◦ green 220 ◦ blue 152

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

Shades of Caribbean Green #0FDC98

Tints of Caribbean Green #0FDC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.28%

R = 3.88%
G = 56.85%
B = 39.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#0FDC98 (or 0x0FDC98) is known color: Caribbean Green. HEX triplet: 0F, DC and 98. RGB value is (15,220,152). Sum of RGB (Red+Green+Blue) = 15+220+152=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDC98 is #F02367. Grayscale: #979797. Windows color (decimal): -15737704 or 10017807. OLE color: 10017807.

HSL color Cylindrical-coordinate representation of color #0FDC98: hue angle of 160.1º 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 #0FDC98 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 220 152 -
CMYK 0.93 0 0.31 0.14
HSL 160.1º 0.87% 0.46% -
HSV(B) 160.1º 0.93% 0.86% -
XYZ 31.46 53.55 38.38 -
YUV 150.95 128.58 31.03 -
System Red Green Blue C M Y K H S L
Decimal 15 220 152 0.93 0 0.31 0.14 160.1 0.87 0.46
Hex F DC 98 5D 0 1F E A0 57 2E
Octal 17 334 230 135 0 37 16 240 127 56
Binary 1111 11011100 10011000 1011101 0 11111 1110 10100000 1010111 101110

Color Harmonies of #0FDC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC98

Black with #0FDC98

Text Example


Text Example

White with #0FDC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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