Html Css Color HEX #0FDD89 Caribbean Green

📋 copy color: '#0FDD89'

red 15 ◦ green 221 ◦ blue 137

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

Shades of Caribbean Green #0FDD89

Tints of Caribbean Green #0FDD89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 4.02%
G = 59.25%
B = 36.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#0FDD89 (or 0x0FDD89) is known color: Caribbean Green. HEX triplet: 0F, DD and 89. RGB value is (15,221,137). Sum of RGB (Red+Green+Blue) = 15+221+137=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDD89 is #F02276. Grayscale: #959595. Windows color (decimal): -15737463 or 9035023. OLE color: 9035023.

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

Color convert

RGB 15 221 137 -
CMYK 0.93 0 0.38 0.13
HSL 155.53º 0.87% 0.46% -
HSV(B) 155.53º 0.93% 0.87% -
XYZ 30.57 53.62 32.41 -
YUV 149.83 120.75 31.83 -
System Red Green Blue C M Y K H S L
Decimal 15 221 137 0.93 0 0.38 0.13 155.53 0.87 0.46
Hex F DD 89 5D 0 26 D 9C 57 2E
Octal 17 335 211 135 0 46 15 234 127 56
Binary 1111 11011101 10001001 1011101 0 100110 1101 10011100 1010111 101110

Color Harmonies of #0FDD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD89

Black with #0FDD89

Text Example


Text Example

White with #0FDD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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