Html Css Color HEX #0FDA96 Caribbean Green

📋 copy color: '#0FDA96'

red 15 ◦ green 218 ◦ blue 150

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

Shades of Caribbean Green #0FDA96

Tints of Caribbean Green #0FDA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 3.92%
G = 56.92%
B = 39.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#0FDA96 (or 0x0FDA96) is known color: Caribbean Green. HEX triplet: 0F, DA and 96. RGB value is (15,218,150). Sum of RGB (Red+Green+Blue) = 15+218+150=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDA96 is #F02569. Grayscale: #959595. Windows color (decimal): -15738218 or 9886223. OLE color: 9886223.

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

Color convert

RGB 15 218 150 -
CMYK 0.93 0 0.31 0.15
HSL 159.9º 0.87% 0.46% -
HSV(B) 159.9º 0.93% 0.85% -
XYZ 30.77 52.45 37.36 -
YUV 149.55 128.25 32.03 -
System Red Green Blue C M Y K H S L
Decimal 15 218 150 0.93 0 0.31 0.15 159.9 0.87 0.46
Hex F DA 96 5D 0 1F F A0 57 2E
Octal 17 332 226 135 0 37 17 240 127 56
Binary 1111 11011010 10010110 1011101 0 11111 1111 10100000 1010111 101110

Color Harmonies of #0FDA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDA96

Black with #0FDA96

Text Example


Text Example

White with #0FDA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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