Html Css Color HEX #0FDE92 Caribbean Green

📋 copy color: '#0FDE92'

red 15 ◦ green 222 ◦ blue 146

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

Shades of Caribbean Green #0FDE92

Tints of Caribbean Green #0FDE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.12%

R = 3.92%
G = 57.96%
B = 38.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#0FDE92 (or 0x0FDE92) is known color: Caribbean Green. HEX triplet: 0F, DE and 92. RGB value is (15,222,146). Sum of RGB (Red+Green+Blue) = 15+222+146=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 222 (87.11% from 255 or 57.96% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE92 is #F0216D. Grayscale: #979797. Windows color (decimal): -15737198 or 9625103. OLE color: 9625103.

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

Color convert

RGB 15 222 146 -
CMYK 0.93 0 0.34 0.13
HSL 157.97º 0.87% 0.46% -
HSV(B) 157.97º 0.93% 0.87% -
XYZ 31.51 54.42 36.04 -
YUV 151.44 124.92 30.68 -
System Red Green Blue C M Y K H S L
Decimal 15 222 146 0.93 0 0.34 0.13 157.97 0.87 0.46
Hex F DE 92 5D 0 22 D 9E 57 2E
Octal 17 336 222 135 0 42 15 236 127 56
Binary 1111 11011110 10010010 1011101 0 100010 1101 10011110 1010111 101110

Color Harmonies of #0FDE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDE92

Black with #0FDE92

Text Example


Text Example

White with #0FDE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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