Html Css Color HEX #0FDE8D Caribbean Green

📋 copy color: '#0FDE8D'

red 15 ◦ green 222 ◦ blue 141

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

Shades of Caribbean Green #0FDE8D

Tints of Caribbean Green #0FDE8D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 58.73%

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 3.97%
G = 58.73%
B = 37.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#0FDE8D (or 0x0FDE8D) is known color: Caribbean Green. HEX triplet: 0F, DE and 8D. RGB value is (15,222,141). Sum of RGB (Red+Green+Blue) = 15+222+141=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE8D is #F02172. Grayscale: #969696. Windows color (decimal): -15737203 or 9297423. OLE color: 9297423.

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

Color convert

RGB 15 222 141 -
CMYK 0.93 0 0.36 0.13
HSL 156.52º 0.87% 0.46% -
HSV(B) 156.52º 0.93% 0.87% -
XYZ 31.13 54.27 34.03 -
YUV 150.87 122.42 31.09 -
System Red Green Blue C M Y K H S L
Decimal 15 222 141 0.93 0 0.36 0.13 156.52 0.87 0.46
Hex F DE 8D 5D 0 24 D 9D 57 2E
Octal 17 336 215 135 0 44 15 235 127 56
Binary 1111 11011110 10001101 1011101 0 100100 1101 10011101 1010111 101110

Color Harmonies of #0FDE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDE8D

Black with #0FDE8D

Text Example


Text Example

White with #0FDE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,141); }

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

background-color css

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

 a { background-color: rgb(15,222,141); }

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

border-color css

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

 span { border-color: rgb(15,222,141); }

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