Html Css Color HEX #0FDA84 Caribbean Green

📋 copy color: '#0FDA84'

red 15 ◦ green 218 ◦ blue 132

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

Shades of Caribbean Green #0FDA84

Tints of Caribbean Green #0FDA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 4.11%
G = 59.73%
B = 36.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#0FDA84 (or 0x0FDA84) is known color: Caribbean Green. HEX triplet: 0F, DA and 84. RGB value is (15,218,132). Sum of RGB (Red+Green+Blue) = 15+218+132=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDA84 is #F0257B. Grayscale: #939393. Windows color (decimal): -15738236 or 8706575. OLE color: 8706575.

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

Color convert

RGB 15 218 132 -
CMYK 0.93 0 0.39 0.15
HSL 154.58º 0.87% 0.46% -
HSV(B) 154.58º 0.93% 0.85% -
XYZ 29.43 51.91 30.3 -
YUV 147.5 119.25 33.49 -
System Red Green Blue C M Y K H S L
Decimal 15 218 132 0.93 0 0.39 0.15 154.58 0.87 0.46
Hex F DA 84 5D 0 27 F 9B 57 2E
Octal 17 332 204 135 0 47 17 233 127 56
Binary 1111 11011010 10000100 1011101 0 100111 1111 10011011 1010111 101110

Color Harmonies of #0FDA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDA84

Black with #0FDA84

Text Example


Text Example

White with #0FDA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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