Html Css Color HEX #0FDA95 Caribbean Green

📋 copy color: '#0FDA95'

red 15 ◦ green 218 ◦ blue 149

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

Shades of Caribbean Green #0FDA95

Tints of Caribbean Green #0FDA95

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.07%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 3.93%
G = 57.07%
B = 39.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#0FDA95 (or 0x0FDA95) is known color: Caribbean Green. HEX triplet: 0F, DA and 95. RGB value is (15,218,149). Sum of RGB (Red+Green+Blue) = 15+218+149=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 218 (85.55% from 255 or 57.07% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDA95 is #F0256A. Grayscale: #959595. Windows color (decimal): -15738219 or 9820687. OLE color: 9820687.

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

Color convert

RGB 15 218 149 -
CMYK 0.93 0 0.32 0.15
HSL 159.61º 0.87% 0.46% -
HSV(B) 159.61º 0.93% 0.85% -
XYZ 30.69 52.41 36.93 -
YUV 149.44 127.75 32.11 -
System Red Green Blue C M Y K H S L
Decimal 15 218 149 0.93 0 0.32 0.15 159.61 0.87 0.46
Hex F DA 95 5D 0 20 F A0 57 2E
Octal 17 332 225 135 0 40 17 240 127 56
Binary 1111 11011010 10010101 1011101 0 100000 1111 10100000 1010111 101110

Color Harmonies of #0FDA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDA95

Black with #0FDA95

Text Example


Text Example

White with #0FDA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,218,149); }

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

background-color css

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

 a { background-color: rgb(15,218,149); }

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

border-color css

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

 span { border-color: rgb(15,218,149); }

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