Html Css Color HEX #0FDD8F Caribbean Green

📋 copy color: '#0FDD8F'

red 15 ◦ green 221 ◦ blue 143

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

Shades of Caribbean Green #0FDD8F

Tints of Caribbean Green #0FDD8F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.31%

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 3.96%
G = 58.31%
B = 37.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#0FDD8F (or 0x0FDD8F) is known color: Caribbean Green. HEX triplet: 0F, DD and 8F. RGB value is (15,221,143). Sum of RGB (Red+Green+Blue) = 15+221+143=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDD8F is #F02270. Grayscale: #969696. Windows color (decimal): -15737457 or 9428239. OLE color: 9428239.

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

Color convert

RGB 15 221 143 -
CMYK 0.93 0 0.35 0.13
HSL 157.28º 0.87% 0.46% -
HSV(B) 157.28º 0.93% 0.87% -
XYZ 31.01 53.8 34.74 -
YUV 150.51 123.75 31.34 -
System Red Green Blue C M Y K H S L
Decimal 15 221 143 0.93 0 0.35 0.13 157.28 0.87 0.46
Hex F DD 8F 5D 0 23 D 9D 57 2E
Octal 17 335 217 135 0 43 15 235 127 56
Binary 1111 11011101 10001111 1011101 0 100011 1101 10011101 1010111 101110

Color Harmonies of #0FDD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD8F

Black with #0FDD8F

Text Example


Text Example

White with #0FDD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,221,143); }

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

background-color css

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

 a { background-color: rgb(15,221,143); }

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

border-color css

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

 span { border-color: rgb(15,221,143); }

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