Html Css Color HEX #0FD885 Caribbean Green

📋 copy color: '#0FD885'

red 15 ◦ green 216 ◦ blue 133

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

Shades of Caribbean Green #0FD885

Tints of Caribbean Green #0FD885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.34%

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 4.12%
G = 59.34%
B = 36.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#0FD885 (or 0x0FD885) is known color: Caribbean Green. HEX triplet: 0F, D8 and 85. RGB value is (15,216,133). Sum of RGB (Red+Green+Blue) = 15+216+133=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD885 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD885 is #F0277A. Grayscale: #929292. Windows color (decimal): -15738747 or 8771599. OLE color: 8771599.

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

Color convert

RGB 15 216 133 -
CMYK 0.93 0 0.38 0.15
HSL 155.22º 0.87% 0.45% -
HSV(B) 155.22º 0.93% 0.85% -
XYZ 28.99 50.91 30.49 -
YUV 146.44 120.41 34.25 -
System Red Green Blue C M Y K H S L
Decimal 15 216 133 0.93 0 0.38 0.15 155.22 0.87 0.45
Hex F D8 85 5D 0 26 F 9B 57 2D
Octal 17 330 205 135 0 46 17 233 127 55
Binary 1111 11011000 10000101 1011101 0 100110 1111 10011011 1010111 101101

Color Harmonies of #0FD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD885

Black with #0FD885

Text Example


Text Example

White with #0FD885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,216,133); }

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

background-color css

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

 a { background-color: rgb(15,216,133); }

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

border-color css

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

 span { border-color: rgb(15,216,133); }

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