Html Css Color HEX #0FD992 Caribbean Green

📋 copy color: '#0FD992'

red 15 ◦ green 217 ◦ blue 146

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

Shades of Caribbean Green #0FD992

Tints of Caribbean Green #0FD992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.41%

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

R = 3.97%
G = 57.41%
B = 38.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#0FD992 (or 0x0FD992) is known color: Caribbean Green. HEX triplet: 0F, D9 and 92. RGB value is (15,217,146). Sum of RGB (Red+Green+Blue) = 15+217+146=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD992 is #F0266D. Grayscale: #949494. Windows color (decimal): -15738478 or 9623823. OLE color: 9623823.

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

Color convert

RGB 15 217 146 -
CMYK 0.93 0 0.33 0.15
HSL 158.91º 0.87% 0.45% -
HSV(B) 158.91º 0.93% 0.85% -
XYZ 30.2 51.8 35.6 -
YUV 148.51 126.58 32.77 -
System Red Green Blue C M Y K H S L
Decimal 15 217 146 0.93 0 0.33 0.15 158.91 0.87 0.45
Hex F D9 92 5D 0 21 F 9F 57 2D
Octal 17 331 222 135 0 41 17 237 127 55
Binary 1111 11011001 10010010 1011101 0 100001 1111 10011111 1010111 101101

Color Harmonies of #0FD992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD992

Black with #0FD992

Text Example


Text Example

White with #0FD992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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